Chromium Code Reviews| Index: src/jump-target-arm.cc |
| =================================================================== |
| --- src/jump-target-arm.cc (revision 991) |
| +++ src/jump-target-arm.cc (working copy) |
| @@ -130,7 +130,7 @@ |
| ASSERT(expected_frame_ == NULL); |
| expected_frame_ = new VirtualFrame(current_frame); |
| - // Adjust the expected frame's height to account for the return address |
| + // Adjust the expected frame's height to account for the return address |
| // pushed by the call instruction. |
| expected_frame_->Adjust(1); |