Skip to content

Commit 09d0385

Browse files
committed
C++: Fix QLDoc.
1 parent c14bccf commit 09d0385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisStage.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,9 +1113,9 @@ module RangeStage<DeltaSig D, BoundSig<D> Bounds, LangSig<D> LangParam, UtilSig<
11131113
/**
11141114
* Define `cmp(true) = <=` and `cmp(false) = >=`.
11151115
*
1116-
* Holds if `mul = left * right`, and in order to know if `mul cmp(upper) Z + k` (for
1117-
* some `k`) we need to know that `left cmp(upperLeft) Z + k1` and
1118-
* `right cmp(upperRight) Z + k2` (for some `k1` and `k2`).
1116+
* Holds if `mul = left * right`, and in order to know if `mul cmp(upper) 0 + k` (for
1117+
* some `k`) we need to know that `left cmp(upperLeft) 0 + k1` and
1118+
* `right cmp(upperRight) 0 + k2` (for some `k1` and `k2`).
11191119
*/
11201120
pragma[nomagic]
11211121
private predicate boundedMulOperandCand(

0 commit comments

Comments
 (0)