Chromium Code Reviews| Index: src/x64/stub-cache-x64.cc |
| =================================================================== |
| --- src/x64/stub-cache-x64.cc (revision 10367) |
| +++ src/x64/stub-cache-x64.cc (working copy) |
| @@ -2181,7 +2181,7 @@ |
| __ movq(Operand(rsp, (argc + 1) * kPointerSize), rdx); |
| } |
| - // Setup the context (function already in rdi). |
| + // Set up the context (function already in rdi). |
| __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset)); |
| // Jump to the cached code (tail call). |