Index: runtime/vm/flow_graph_inliner.cc |
diff --git a/runtime/vm/flow_graph_inliner.cc b/runtime/vm/flow_graph_inliner.cc |
index c360c983e6727aec6420166e7b79d75fd2cf6433..e92bc3f89f6b86e5c828199c8dbd0461cb8a41be 100644 |
--- a/runtime/vm/flow_graph_inliner.cc |
+++ b/runtime/vm/flow_graph_inliner.cc |
@@ -1418,7 +1418,7 @@ bool PolymorphicInliner::CheckInlinedDuplicate(const Function& target) { |
// Convert the old target entry to a new join entry. |
TargetEntryInstr* old_target = |
inlined_entries_[i]->AsGraphEntry()->normal_entry(); |
- // Unuse all inputs in the the old graph entry since it is not part of |
+ // Unuse all inputs in the old graph entry since it is not part of |
// the graph anymore. A new target be created instead. |
inlined_entries_[i]->AsGraphEntry()->UnuseAllInputs(); |