Skip to content

Commit 8799894

Browse files
committed
spelling: relation
Signed-off-by: Josh Soref <[email protected]>
1 parent e231c64 commit 8799894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/controlflow/internal/PreBasicBlocks.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Provides a basic block implementation on control flow elements. That is,
55
* a "pre-CFG" where the nodes are (unsplit) control flow elements and the
6-
* successor releation is `succ = succ(pred, _)`.
6+
* successor relation is `succ = succ(pred, _)`.
77
*
88
* The logic is duplicated from the implementation in `BasicBlocks.qll`, and
99
* being an internal class, all predicate documentation has been removed.

0 commit comments

Comments
 (0)