Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 10367) |
+++ src/arm/lithium-codegen-arm.cc (working copy) |
@@ -2901,7 +2901,7 @@ |
__ ldr(ip, FieldMemOperand(r1, JSFunction::kCodeEntryOffset)); |
__ Call(ip); |
- // Setup deoptimization. |
+ // Set up deoptimization. |
RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT); |
// Restore context. |