Index: src/mips64/codegen-mips64.cc |
diff --git a/src/mips64/codegen-mips64.cc b/src/mips64/codegen-mips64.cc |
index a8f58904014b0f6f5a1cd2ea99ecdd992973ecae..ae4e37ef283202156e0d7a52a5b61d95402bead3 100644 |
--- a/src/mips64/codegen-mips64.cc |
+++ b/src/mips64/codegen-mips64.cc |
@@ -42,8 +42,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; |