Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 438b8dd

Browse files
committed
C#: Fix typos
1 parent 6723e5b commit 438b8dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/ql/src/semmle/code/csharp/controlflow/ControlFlowGraph.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module ControlFlow {
109109
* Holds if this node post-dominates `that` node.
110110
*
111111
* That is, all paths reaching a normal callable exit node (an `AnnotatedExitNode`
112-
* with a normal normal exit type) from `that` node must go through this node.
112+
* with a normal exit type) from `that` node must go through this node.
113113
*
114114
* Example:
115115
*
@@ -146,7 +146,7 @@ module ControlFlow {
146146
* Holds if this node strictly post-dominates `that` node.
147147
*
148148
* That is, all paths reaching a normal callable exit node (an `AnnotatedExitNode`
149-
* with a normal normal exit type) from `that` node must go through this node
149+
* with a normal exit type) from `that` node must go through this node
150150
* (which must be different from `that` node).
151151
*
152152
* Example:

0 commit comments

Comments
 (0)