Chromium Code Reviews| Index: src/ia32/builtins-ia32.cc |
| =================================================================== |
| --- src/ia32/builtins-ia32.cc (revision 10404) |
| +++ src/ia32/builtins-ia32.cc (working copy) |
| @@ -333,7 +333,7 @@ |
| __ push(ebx); |
| __ push(ebx); |
| - // Setup pointer to last argument. |
| + // Set up pointer to last argument. |
| __ lea(ebx, Operand(ebp, StandardFrameConstants::kCallerSPOffset)); |
| // Copy arguments and receiver to the expression stack. |