From: Josh Bleecher Snyder Date: Thu, 31 Jul 2014 17:34:51 +0000 (-0700) Subject: cmd/gc: fix example flag in comment X-Git-Tag: go1.4beta1~975 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2c982ce9a0d30cf7c771d24b2d4d124b8230087a;p=gostls13.git cmd/gc: fix example flag in comment LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/118480044 --- 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 {