summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.go b/parse.go
index 3fcf08a..db9c443 100644
--- a/parse.go
+++ b/parse.go
@@ -129,7 +129,7 @@ type Parser struct {
version string
description string
- // the following fields change curing processing of command line arguments
+ // the following field changes during processing of command line arguments
lastCmd *command
}