]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: fix example flag in comment
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 31 Jul 2014 17:34:51 +0000 (10:34 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 31 Jul 2014 17:34:51 +0000 (10:34 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118480044

src/cmd/gc/lex.c

index 6ac578142b4dafbbb1cf530d50794e1558a9d66b..291edb859d86a637a4487089a96b28fb62e390b7 100644 (file)
@@ -45,7 +45,7 @@ static struct {
 };
 
 // Debug arguments.
-// These can be specified with the -d flag, as in "-d checknil"
+// These can be specified with the -d flag, as in "-d nil"
 // to set the debug_checknil variable. In general the list passed
 // to -d can be comma-separated.
 static struct {