Fix some of my earlier typos.

TBR=fschneider@chromium.org
Review URL: http://codereview.chromium.org/543106

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
kmillikin@chromium.org 2010-01-18 14:09:36 +00:00
parent 9095abb776
commit 5e2122c0b1
2 changed files with 3 additions and 3 deletions

View File

@ -982,7 +982,7 @@ void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) {
// rsp[16] argument argc - 1 // rsp[16] argument argc - 1
// ... // ...
// rsp[argc * 8] argument 1 // rsp[argc * 8] argument 1
// rsp[(argc + 1) * 8] argument 0 = reciever // rsp[(argc + 1) * 8] argument 0 = receiver
// rsp[(argc + 2) * 8] function name // rsp[(argc + 2) * 8] function name
// ----------------------------------- // -----------------------------------
Label number, non_number, non_string, boolean, probe, miss; Label number, non_number, non_string, boolean, probe, miss;
@ -1078,7 +1078,7 @@ void CallIC::GenerateNormal(MacroAssembler* masm, int argc) {
// rsp[16] argument argc - 1 // rsp[16] argument argc - 1
// ... // ...
// rsp[argc * 8] argument 1 // rsp[argc * 8] argument 1
// rsp[(argc + 1) * 8] argument 0 = reciever // rsp[(argc + 1) * 8] argument 0 = receiver
// rsp[(argc + 2) * 8] function name // rsp[(argc + 2) * 8] function name
// ----------------------------------- // -----------------------------------

View File

@ -688,7 +688,7 @@ Object* CallStubCompiler::CompileCallConstant(Object* object,
// rsp[16] argument argc - 1 // rsp[16] argument argc - 1
// ... // ...
// rsp[argc * 8] argument 1 // rsp[argc * 8] argument 1
// rsp[(argc + 1) * 8] argument 0 = reciever // rsp[(argc + 1) * 8] argument 0 = receiver
// rsp[(argc + 2) * 8] function name // rsp[(argc + 2) * 8] function name
Label miss; Label miss;