]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: fix comment about how GOEXPERIMENT works
authorIan Lance Taylor <iant@golang.org>
Sat, 15 Mar 2014 18:18:11 +0000 (11:18 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 15 Mar 2014 18:18:11 +0000 (11:18 -0700)
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/76270043

src/cmd/gc/lex.c

index bc44145c7bedc381fed517de44933e9a1f779f53..3a584c25420df7b0cdf29adbaf48832560c264c2 100644 (file)
@@ -80,7 +80,7 @@ setexp(void)
 
        precisestack_enabled = 1; // on by default
 
-       // The makefile #defines GOEXPERIMENT for us.
+       // cmd/dist #defines GOEXPERIMENT for us.
        nf = getfields(GOEXPERIMENT, f, nelem(f), 1, ",");
        for(i=0; i<nf; i++)
                addexp(f[i]);