Index: src/ia32/virtual-frame-ia32.cc |
=================================================================== |
--- src/ia32/virtual-frame-ia32.cc (revision 5101) |
+++ src/ia32/virtual-frame-ia32.cc (working copy) |
@@ -1034,7 +1034,7 @@ |
Result VirtualFrame::CallStoreIC(Handle<String> name, bool is_contextual) { |
// Value and (if not contextual) receiver are on top of the frame. |
- // The IC expects name in ecx, value in eax, and receiver in edx. |
+ // The IC expects name in ecx, value in eax, and receiver in edx. |
Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Initialize)); |
Result value = Pop(); |
if (is_contextual) { |