| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 9070)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -615,7 +615,7 @@
|
|
|
| if (FLAG_inline_alloc) {
|
| // Compute the size to be allocated, it is based on the array length
|
| - // and it computed as:
|
| + // and is computed as:
|
| // RoundedAllocationSize((array_length * kwordSize) + sizeof(RawArray)).
|
| // Assert that length is a Smi.
|
| __ testl(EDX, Immediate(kSmiTagSize));
|
|
|