Index: src/mips/lithium-codegen-mips.cc |
=================================================================== |
--- src/mips/lithium-codegen-mips.cc (revision 10367) |
+++ src/mips/lithium-codegen-mips.cc (working copy) |
@@ -2794,7 +2794,7 @@ |
__ lw(at, FieldMemOperand(a1, JSFunction::kCodeEntryOffset)); |
__ Call(at); |
- // Setup deoptimization. |
+ // Set up deoptimization. |
RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT); |
// Restore context. |