]> Cypherpunks repositories - gostls13.git/commitdiff
fix spelling error in message
authorRob Pike <r@golang.org>
Thu, 14 May 2009 16:59:16 +0000 (09:59 -0700)
committerRob Pike <r@golang.org>
Thu, 14 May 2009 16:59:16 +0000 (09:59 -0700)
R=ken
OCL=28814
CL=28814

src/cmd/gc/walk.c

index c2beb3cae73230f92e80534471f71f80dfb15b55..6482eba4cac6370ff459d34877bc5f94e98dc4c2 100644 (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)