| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 63a6037fa1aac4458e17f2d9b2980877f038c655..58bfc1e2551be47bc83ac7288bb98a2f49e7648a 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -205,7 +205,7 @@ class FlowGraph : public ZoneAllocated {
|
|
|
| void MergeBlocks();
|
|
|
| - // Compute information about effects occuring in different blocks and
|
| + // Compute information about effects occurring in different blocks and
|
| // discover side-effect free paths.
|
| void ComputeBlockEffects();
|
| BlockEffects* block_effects() const { return block_effects_; }
|
|
|