| Index: src/stub-cache-ia32.cc
|
| ===================================================================
|
| --- src/stub-cache-ia32.cc (revision 1168)
|
| +++ src/stub-cache-ia32.cc (working copy)
|
| @@ -394,7 +394,7 @@
|
| // Perform map transition for the receiver if necessary.
|
| if ((transition != NULL) && (object->map()->unused_property_fields() == 0)) {
|
| // The properties must be extended before we can store the value.
|
| - // We jump to a runtime call that extends the propeties array.
|
| + // We jump to a runtime call that extends the properties array.
|
| __ mov(ecx, Immediate(Handle<Map>(transition)));
|
| Handle<Code> ic(Builtins::builtin(storage_extend));
|
| __ jmp(ic, RelocInfo::CODE_TARGET);
|
|
|