| Index: src/mips/lithium-codegen-mips.cc
|
| ===================================================================
|
| --- src/mips/lithium-codegen-mips.cc (revision 14601)
|
| +++ src/mips/lithium-codegen-mips.cc (working copy)
|
| @@ -2409,7 +2409,7 @@
|
| // A Smi is not 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;
|
|
|