Index: src/ia32/macro-assembler-ia32.h |
=================================================================== |
--- src/ia32/macro-assembler-ia32.h (revision 3744) |
+++ src/ia32/macro-assembler-ia32.h (working copy) |
@@ -331,7 +331,7 @@ |
// Eventually this should be used for all C calls. |
void CallRuntime(Runtime::Function* f, int num_arguments); |
- // Call a runtime function, returning the RuntimeStub object called. |
+ // Call a runtime function, returning the CodeStub object called. |
// Try to generate the stub code if necessary. Do not perform a GC |
// but instead return a retry after GC failure. |
Object* TryCallRuntime(Runtime::Function* f, int num_arguments); |