Skip to content

Commit c14bccf

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,10 @@ module RangeStage<DeltaSig D, BoundSig<D> Bounds, LangSig<D> LangParam, UtilSig<
11941194
* Holds if `isLeft = true` and `mul`'s left operand is bounded by `delta`,
11951195
* or if `isLeft = false` and `mul`'s right operand is bounded by `delta`.
11961196
*
1197-
* If `upper = true` the computed bound is an upper boud, and if `upper = false`
1198-
* the computed bound is a lower bound. The `fromBackEdge`, `origdelta`, `reason`
1199-
* triple are defined by the recursive call to `bounded`.
1197+
* If `upper = true` the computed bound contributes to an upper bound of the
1198+
* operand, and if `upper = false` it contributes to a lower bound.
1199+
* The `fromBackEdge`, `origdelta`, `reason` triple are defined by the recursive
1200+
* call to `bounded`.
12001201
*/
12011202
pragma[nomagic]
12021203
private predicate boundedMulOperand(

0 commit comments

Comments
 (0)