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

Unified Diff: test/mjsunit/unicode-test.js

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/mips64/codegen-mips64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/unicode-test.js
diff --git a/test/mjsunit/unicode-test.js b/test/mjsunit/unicode-test.js
index 5be1b4156241eeb4614cb8467fa97885470241f5..1d64420c3023e7b724ea4618472825d7b9602ffe 100644
--- a/test/mjsunit/unicode-test.js
+++ b/test/mjsunit/unicode-test.js
@@ -5726,7 +5726,7 @@ var source =
" All uses of av_ are via get_malloc_state().\n" +
" At most one \"call\" to get_malloc_state is made per invocation of\n" +
" the public versions of malloc and free, but other routines\n" +
-" that in turn invoke malloc and/or free may call more then once.\n" +
+" that in turn invoke malloc and/or free may call more than once.\n" +
" Also, it is called in check* routines if DEBUG is set.\n" +
"*/\n" +
"\n" +
« no previous file with comments | « src/mips64/codegen-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698