From 2c982ce9a0d30cf7c771d24b2d4d124b8230087a Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 31 Jul 2014 10:34:51 -0700 Subject: [PATCH] cmd/gc: fix example flag in comment LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/118480044 --- src/cmd/gc/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {