| Index: src/ia32/lithium-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.cc (revision 14601)
|
| +++ src/ia32/lithium-codegen-ia32.cc (working copy)
|
| @@ -2652,7 +2652,7 @@
|
| // A Smi is not an instance of anything.
|
| __ JumpIfSmi(object, &false_result);
|
|
|
| - // This is the inlined call site instanceof cache. The two occurences of the
|
| + // This is the inlined call site instanceof cache. The two occurrences of the
|
| // hole value will be patched to the last map/result pair generated by the
|
| // instanceof stub.
|
| Label cache_miss;
|
|
|