From c4845c1c49093e129f04c4892d636b5d3572dee8 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Wed, 2 Nov 2011 16:25:24 +1100 Subject: [PATCH] gc: fix spelling of "GOEXPERIMENT" in a comment. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5323070 --- 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 86492a53bca..7c770453864 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;