| Index: src/x64/full-codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/full-codegen-x64.cc (revision 10367)
|
| +++ src/x64/full-codegen-x64.cc (working copy)
|
| @@ -967,7 +967,7 @@
|
| __ movq(rcx, FieldOperand(rcx, DescriptorArray::kEnumerationIndexOffset));
|
| __ movq(rdx, FieldOperand(rcx, DescriptorArray::kEnumCacheBridgeCacheOffset));
|
|
|
| - // Setup the four remaining stack slots.
|
| + // Set up the four remaining stack slots.
|
| __ push(rax); // Map.
|
| __ push(rdx); // Enumeration cache.
|
| __ movq(rax, FieldOperand(rdx, FixedArray::kLengthOffset));
|
|
|