Index: runtime/vm/intermediate_language.h |
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
index cb50a2a0e0c7dfcea0aa311def2bf8184667eaff..f0afc68129d8743ef9b82722b8bdc1d9d433a1cd 100644 |
--- a/runtime/vm/intermediate_language.h |
+++ b/runtime/vm/intermediate_language.h |
@@ -3755,7 +3755,7 @@ class StoreInstanceFieldInstr : public TemplateDefinition<2, NoThrow> { |
intptr_t offset_in_bytes_; |
const StoreBarrierType emit_store_barrier_; |
const TokenPosition token_pos_; |
- // Marks initialiing stores. E.g. in the constructor. |
+ // Marks initializing stores. E.g. in the constructor. |
bool is_initialization_; |
DISALLOW_COPY_AND_ASSIGN(StoreInstanceFieldInstr); |