diff options
| author | Josh Bleecher Snyder <josharian@gmail.com> | 2014-07-31 10:34:51 -0700 |
|---|---|---|
| committer | Josh Bleecher Snyder <josharian@gmail.com> | 2014-07-31 10:34:51 -0700 |
| commit | 2c982ce9a0d30cf7c771d24b2d4d124b8230087a (patch) | |
| tree | c94836e1ed8d0414ba3cec28492ea2446fe12c1a /src/cmd | |
| parent | 1e0b37890559538efbde6e1fb013b8b676db7d17 (diff) | |
| download | go-2c982ce9a0d30cf7c771d24b2d4d124b8230087a.tar.xz | |
cmd/gc: fix example flag in comment
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118480044
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/gc/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/lex.c b/src/cmd/gc/lex.c index 6ac578142b..291edb859d 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 { |
