cmd/gc: fix comment about how GOEXPERIMENT works

LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/76270043
This commit is contained in:
Ian Lance Taylor 2014-03-15 11:18:11 -07:00
parent f0433e422b
commit e3609ca672
1 changed files with 1 additions and 1 deletions

View 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]);