Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: src/mips/codegen-mips.cc

Issue 2160633002: improve grammar in comment (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: more Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/isolate.h ('k') | src/mips64/codegen-mips64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/isolate.h ('k') | src/mips64/codegen-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698