summaryrefslogtreecommitdiff
path: root/src/cmd/gc
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2014-07-31 10:34:51 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2014-07-31 10:34:51 -0700
commit72b88c30515eed2483b3feb911e6a42050c18913 (patch)
treee693a5ed3f1393622d15984032567e1d771ac0f6 /src/cmd/gc
parent9ea3cbad0dbdfe5f439fbb2d06cb61e6dbee9464 (diff)
downloadgo-72b88c30515eed2483b3feb911e6a42050c18913.tar.gz
cmd/gc: fix example flag in comment
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/118480044
Diffstat (limited to 'src/cmd/gc')
-rw-r--r--src/cmd/gc/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/lex.c b/src/cmd/gc/lex.c
index 6ac578142..291edb859 100644
--- a/src/cmd/gc/lex.c
+++ b/src/cmd/gc/lex.c
@@ -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 {