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

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

Issue 15012016: small misspelling fixes. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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 | « test/mjsunit/regress/regress-2595.js ('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
===================================================================
--- test/mjsunit/unicode-test.js (revision 14601)
+++ test/mjsunit/unicode-test.js (working copy)
@@ -5364,7 +5364,7 @@
" and consolidated sets of chunks, which is what these bins hold, so\n" +
" they can be found quickly. All procedures maintain the invariant\n" +
" that no consolidated chunk physically borders another one, so each\n" +
-" chunk in a list is known to be preceeded and followed by either\n" +
+" chunk in a list is known to be preceded and followed by either\n" +
" inuse chunks or the ends of memory.\n" +
"\n" +
" Chunks in bins are kept in size order, with ties going to the\n" +
« no previous file with comments | « test/mjsunit/regress/regress-2595.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698