| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 41423)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -2454,7 +2454,7 @@
|
| // same closure, do not add a second one. We compare the origin
|
| // class, token position, and parent function to detect duplicates.
|
| // Note that we can have two different closure object for the same
|
| - // source text represntation of the closure: one with a non-closurized
|
| + // source text representation of the closure: one with a non-closurized
|
| // parent, and one with a closurized parent function.
|
|
|
| const Function& found_func = Function::Handle(
|
|
|