Skip to content

Commit 67a746e

Browse files
geoffw0jketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 06bd394 commit 67a746e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ abstract private class GuardConditionImpl extends Expr {
112112

113113
/**
114114
* Holds if (determined by this guard) `left < right + k` must be `isLessThan` in `block`.
115-
* If `isLessThan = false` then this implies `left >= right + k`. Note that there's a 4-argument
115+
* If `isLessThan = false` then this implies `left >= right + k`. Note that there's a 4-argument
116116
* ("unary") and a 5-argument ("binary") version of this predicate (see `comparesEq`).
117117
*/
118118
pragma[inline]

0 commit comments

Comments
 (0)