| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 6919)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -895,7 +895,7 @@
|
| __ cmp(edx, Factory::empty_descriptor_array());
|
| __ j(equal, &call_runtime);
|
|
|
| - // Check that there in an enum cache in the non-empty instance
|
| + // Check that there is an enum cache in the non-empty instance
|
| // descriptors (edx). This is the case if the next enumeration
|
| // index field does not contain a smi.
|
| __ mov(edx, FieldOperand(edx, DescriptorArray::kEnumerationIndexOffset));
|
|
|