Index: runtime/vm/intermediate_language.h |
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
index a7f522d53e370fed2149c6fc911e95fe43533582..a7f3d7f8c4c6f3006486a53c33cf2fe8b52411a3 100644 |
--- a/runtime/vm/intermediate_language.h |
+++ b/runtime/vm/intermediate_language.h |
@@ -2586,7 +2586,7 @@ class ConstraintInstr : public TemplateDefinition<1, NoThrow> { |
virtual void InferRange(RangeAnalysis* analysis, Range* range); |
// Constraints for branches have their target block stored in order |
- // to find the the comparsion that generated the constraint: |
+ // to find the comparison that generated the constraint: |
// target->predecessor->last_instruction->comparison. |
void set_target(TargetEntryInstr* target) { |
target_ = target; |