Skip to content

Commit 8eed18a

Browse files
paldepindjketema
andauthored
C++: Fix typo
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent fdbd49a commit 8eed18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ private module BoundsEstimate {
586586
// "other" half flow from the condition to `e3` as a guard phi node.
587587
exists(float varBounds |
588588
// If there's different `access`es, then they refer to the same
589-
// variable with the same lower bounds. Hence adding these guards make no
589+
// variable with the same lower bounds. Hence adding these guards makes no
590590
// sense (the implementation will take the union, but they'll be removed by
591591
// deduplication). Hence we use `max` as an approximation.
592592
varBounds =

0 commit comments

Comments
 (0)