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

fix spelling error in message

R=ken
OCL=28814
CL=28814
This commit is contained in:
Rob Pike 2009-05-14 09:59:16 -07:00
parent 025506d0a3
commit a8db4593ab

View File

@ -3658,7 +3658,7 @@ reorder2(Node *n)
loop1:
if(l == N) {
if(c > 0)
yyerror("reorder2: too many funcation calls evaluating parameters");
yyerror("reorder2: too many function calls evaluating parameters");
return n;
}
if(l->op == OLIST)