Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0681c6 commit fdbd49aCopy full SHA for fdbd49a
1 file changed
cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll
@@ -560,7 +560,7 @@ private module BoundsEstimate {
560
// by the condition. In this case all lower bounds flow to `{ e1 }` and only
561
// lower bounds that are smaller than `c` flow to `{ e2 }`.
562
//
563
- // The largest bound possible for `e3` is the number of bounds on `x` plus
+ // The largest number of bounds possible for `e3` is the number of bounds on `x` plus
564
// one. This happens when all bounds flow from `x` to `e1` to `e3` and the
565
// bound `c` can flow to `e2` to `e3`.
566
0 commit comments