| Index: runtime/vm/flow_graph_range_analysis.cc
|
| diff --git a/runtime/vm/flow_graph_range_analysis.cc b/runtime/vm/flow_graph_range_analysis.cc
|
| index d680ea672f6470bb6e867246eacc831986d737ae..ba9360352aa6ada659c7343fdff0a1dc3a6949ef 100644
|
| --- a/runtime/vm/flow_graph_range_analysis.cc
|
| +++ b/runtime/vm/flow_graph_range_analysis.cc
|
| @@ -2596,7 +2596,7 @@ static bool DependsOnSymbol(const RangeBoundary& a, Definition* symbol) {
|
|
|
|
|
| // Given the range and definition update the range so that
|
| -// it covers both original range and defintions range.
|
| +// it covers both original range and definitions range.
|
| //
|
| // The following should also hold:
|
| //
|
|
|