| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 10404)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -967,7 +967,7 @@
|
| __ mov(ecx, FieldOperand(ecx, DescriptorArray::kEnumerationIndexOffset));
|
| __ mov(edx, FieldOperand(ecx, DescriptorArray::kEnumCacheBridgeCacheOffset));
|
|
|
| - // Setup the four remaining stack slots.
|
| + // Set up the four remaining stack slots.
|
| __ push(eax); // Map.
|
| __ push(edx); // Enumeration cache.
|
| __ mov(eax, FieldOperand(edx, FixedArray::kLengthOffset));
|
|
|