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
1 changed files with 1 additions and 1 deletions

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