1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00

gc: fix typo.

There already is a "Phase 6" a few lines above.

R=rsc
CC=golang-dev
https://golang.org/cl/6270054
This commit is contained in:
Nigel Tao 2012-06-05 11:56:32 +10:00
parent 2176869e4e
commit 6763e5b6cd

View File

@ -406,7 +406,7 @@ main(int argc, char *argv[])
if(nsavederrors+nerrors == 0)
fninit(xtop);
// Phase 6: Check external declarations.
// Phase 7: Check external declarations.
for(l=externdcl; l; l=l->next)
if(l->n->op == ONAME)
typecheck(&l->n, Erv);