Skip to content

Commit 50ce011

Browse files
authored
Update ControlFlowGraph.md
1 parent 85215c8 commit 50ce011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/ControlFlowGraph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ of a subprogram's control flow graph in place.
1818
A _control flow graph_ is a collection of simple (_i.e.,_ "non-extended")
1919
basic _blocks_ that comprise straight-line sequences of _actions_ with a
2020
single entry point and a single exit point, and a collection of
21-
directed flow _edges_ (or _arcs_) denoting all possible transition of
21+
directed flow _edges_ (or _arcs_) denoting all possible transitions of
2222
control flow that may take place during execution from the end of
2323
one basic block to the beginning of another (or itself).
2424

0 commit comments

Comments
 (0)