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

Unified Diff: test/mjsunit/regress/regress-2595.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/arguments-load-across-eval.js ('k') | test/mjsunit/unicode-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-2595.js
===================================================================
--- test/mjsunit/regress/regress-2595.js (revision 14601)
+++ test/mjsunit/regress/regress-2595.js (working copy)
@@ -39,7 +39,7 @@
}
// First make CALL IC in F go MEGAMORPHIC and ensure that we put the stub
-// that calls p.f (guarded by a negative dictionary lookup on the reciever)
+// that calls p.f (guarded by a negative dictionary lookup on the receiver)
// into the stub cache
assertEquals("p", F(o));
assertEquals("p", F(o));
« no previous file with comments | « test/mjsunit/arguments-load-across-eval.js ('k') | test/mjsunit/unicode-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698