| Index: runtime/vm/jit_optimizer.cc
|
| diff --git a/runtime/vm/jit_optimizer.cc b/runtime/vm/jit_optimizer.cc
|
| index 91c5e476e8ed5c3880c19bc77f7f1d918a2d1eec..8b1d5dc6c9636aa5e3b664b4330fd43fd691a95a 100644
|
| --- a/runtime/vm/jit_optimizer.cc
|
| +++ b/runtime/vm/jit_optimizer.cc
|
| @@ -1615,7 +1615,7 @@ void JitOptimizer::VisitStoreInstanceField(StoreInstanceFieldInstr* instr) {
|
|
|
| void JitOptimizer::VisitAllocateContext(AllocateContextInstr* instr) {
|
| // Replace generic allocation with a sequence of inlined allocation and
|
| - // explicit initalizing stores.
|
| + // explicit initializing stores.
|
| AllocateUninitializedContextInstr* replacement =
|
| new AllocateUninitializedContextInstr(instr->token_pos(),
|
| instr->num_context_variables());
|
|
|