| Index: src/mips/codegen-mips.cc | 
| diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc | 
| index 07cab806995b760def12b462717188fc0a7cbf93..ae1ff96e54565b75d71c9e3a6e0cf9f5bd01b571 100644 | 
| --- a/src/mips/codegen-mips.cc | 
| +++ b/src/mips/codegen-mips.cc | 
| @@ -41,8 +41,8 @@ MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate, | 
|  | 
| // The size of each prefetch. | 
| uint32_t pref_chunk = 32; | 
| -    // The maximum size of a prefetch, it must not be less then pref_chunk. | 
| -    // If the real size of a prefetch is greater then max_pref_size and | 
| +    // The maximum size of a prefetch, it must not be less than pref_chunk. | 
| +    // If the real size of a prefetch is greater than max_pref_size and | 
| // the kPrefHintPrepareForStore hint is used, the code will not work | 
| // correctly. | 
| uint32_t max_pref_size = 128; | 
|  |