Index: runtime/vm/flow_graph_allocator.cc |
diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc |
index 47d9d599df888f53c00e4a97aa59495ba5a4aef6..01e6d04fec6040ed389b05347d06031677612bd2 100644 |
--- a/runtime/vm/flow_graph_allocator.cc |
+++ b/runtime/vm/flow_graph_allocator.cc |
@@ -1743,7 +1743,7 @@ UsePosition* AllocationFinger::FirstRegisterBeneficialUse(intptr_t after) { |
UsePosition* AllocationFinger::FirstInterferingUse(intptr_t after) { |
if (IsInstructionEndPosition(after)) { |
// If after is a position at the end of the instruction disregard |
- // any use occuring at it. |
+ // any use occurring at it. |
after += 1; |
} |
return FirstRegisterUse(after); |