| Index: runtime/vm/code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.cc (revision 1200)
|
| +++ runtime/vm/code_generator_ia32.cc (working copy)
|
| @@ -2318,7 +2318,7 @@
|
|
|
| // First argument(this) for constructor call which follows.
|
| __ pushl(EAX);
|
| - // Second argument is the implicit constructor phase parameter.
|
| + // Second argument is the implicit construction phase parameter.
|
| // Run both the constructor initializer list and the constructor body.
|
| __ PushObject(Smi::ZoneHandle(Smi::New(Function::kCtorPhaseAll)));
|
|
|
|
|