Index: bleeding_edge/src/ia32/codegen-ia32.cc |
=================================================================== |
--- bleeding_edge/src/ia32/codegen-ia32.cc (revision 3479) |
+++ bleeding_edge/src/ia32/codegen-ia32.cc (working copy) |
@@ -3595,7 +3595,7 @@ |
void CodeGenerator::InstantiateBoilerplate(Handle<JSFunction> boilerplate) { |
ASSERT(boilerplate->IsBoilerplate()); |
- // Use the fast case closure allocation code that allocated in new |
+ // Use the fast case closure allocation code that allocates in new |
// space for nested functions that don't need literals cloning. |
if (scope()->is_function_scope() && boilerplate->NumberOfLiterals() == 0) { |
FastNewClosureStub stub; |