| Index: runtime/vm/flow_graph.cc
|
| diff --git a/runtime/vm/flow_graph.cc b/runtime/vm/flow_graph.cc
|
| index 1e86b0dda966c2fd2519f6ff633921d54beed968..9a515ea82cad530604cb3e240a1f3b1edcec0344 100644
|
| --- a/runtime/vm/flow_graph.cc
|
| +++ b/runtime/vm/flow_graph.cc
|
| @@ -289,7 +289,7 @@ void FlowGraph::Rename(GrowableArray<PhiInstr*>* live_phis) {
|
| }
|
|
|
|
|
| -// Helper to either use the constant value of a defintion or the defintion.
|
| +// Helper to either use the constant value of a definition or the definition.
|
| static Value* UseDefinition(Definition* defn) {
|
| if (defn->IsBind() && defn->AsBind()->computation()->IsConstant()) {
|
| return defn->AsBind()->computation()->AsConstant();
|
|
|