Chromium Code Reviews| Index: src/ia32/stub-cache-ia32.cc |
| =================================================================== |
| --- src/ia32/stub-cache-ia32.cc (revision 10367) |
| +++ src/ia32/stub-cache-ia32.cc (working copy) |
| @@ -2330,7 +2330,7 @@ |
| __ mov(Operand(esp, (argc + 1) * kPointerSize), edx); |
| } |
| - // Setup the context (function already in edi). |
| + // Set up the context (function already in edi). |
| __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset)); |
| // Jump to the cached code (tail call). |