Index: runtime/vm/flow_graph_allocator.cc |
diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc |
index e2ba4bfc23a0227a755428a3f007f8816e798ed3..747094c4be1d4946f0bb733fd7027715be33f457 100644 |
--- a/runtime/vm/flow_graph_allocator.cc |
+++ b/runtime/vm/flow_graph_allocator.cc |
@@ -374,7 +374,7 @@ void LiveRange::DefineAt(intptr_t pos) { |
last_use_interval_ = first_use_interval_; |
} else { |
// Shrink the first use interval. It was optimistically expanded to |
- // cover the the block from the start to the last use in the block. |
+ // cover the block from the start to the last use in the block. |
ASSERT(first_use_interval_->start_ <= pos); |
first_use_interval_->start_ = pos; |
} |