| Index: src/ic-arm.cc
|
| ===================================================================
|
| --- src/ic-arm.cc (revision 1168)
|
| +++ src/ic-arm.cc (working copy)
|
| @@ -699,7 +699,7 @@
|
|
|
| // Check the key against the length in the array, compute the
|
| // address to store into and fall through to fast case.
|
| - __ ldr(r1, MemOperand(sp)); // resotre key
|
| + __ ldr(r1, MemOperand(sp)); // restore key
|
| // r0 == value, r1 == key, r2 == elements, r3 == object.
|
| __ ldr(ip, FieldMemOperand(r3, JSArray::kLengthOffset));
|
| __ cmp(r1, Operand(ip));
|
|
|