Commit a8db4593 authored by Rob Pike's avatar Rob Pike

fix spelling error in message

R=ken
OCL=28814
CL=28814
parent 025506d0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment