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:
parent
025506d0a3
commit
a8db4593ab
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user