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

Unified Diff: src/mips64/codegen-mips64.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/mips/codegen-mips.cc ('k') | test/mjsunit/unicode-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/mips/codegen-mips.cc ('k') | test/mjsunit/unicode-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698