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

Skip to content

Commit 2027278

Browse files
committed
spelling: corresponds
Signed-off-by: Josh Soref <[email protected]>
1 parent 56684ca commit 2027278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/controlflow/StackVariableReachability.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private predicate bbLoopEntryConditionAlwaysTrueAt(BasicBlock bb, int i, Control
149149
/**
150150
* Basic block `pred` contains all or part of the condition belonging to a loop,
151151
* and there is an edge from `pred` to `succ` that concludes the condition.
152-
* If the edge corrseponds with the loop condition being found to be `true`, then
152+
* If the edge corresponds with the loop condition being found to be `true`, then
153153
* `skipsLoop` is `false`. Otherwise the edge corresponds with the loop condition
154154
* being found to be `false` and `skipsLoop` is `true`. Non-concluding edges
155155
* within a complex loop condition are not matched by this predicate.

0 commit comments

Comments
 (0)