From: David Symonds Date: Wed, 2 Nov 2011 05:25:24 +0000 (+1100) Subject: gc: fix spelling of "GOEXPERIMENT" in a comment. X-Git-Tag: weekly.2011-11-08~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c4845c1c49093e129f04c4892d636b5d3572dee8;p=gostls13.git gc: fix spelling of "GOEXPERIMENT" in a comment. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5323070 --- diff --git a/src/cmd/gc/lex.c b/src/cmd/gc/lex.c index 86492a53bc..7c77045386 100644 --- a/src/cmd/gc/lex.c +++ b/src/cmd/gc/lex.c @@ -31,7 +31,7 @@ static int getlinepragma(void); static char *goos, *goarch, *goroot; // Compiler experiments. -// These are controlled by the GCEXPERIMENT environment +// These are controlled by the GOEXPERIMENT environment // variable recorded when the compiler is built. static struct { char *name;