From 8eed18a8ff379e493b3983dcd64bdba73263d920 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Fri, 20 Feb 2026 16:24:19 +0100 Subject: [PATCH] C++: Fix typo Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- .../lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll b/cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll index c41c221898b..86753abc5b7 100644 --- a/cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll +++ b/cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll @@ -586,7 +586,7 @@ private module BoundsEstimate { // "other" half flow from the condition to `e3` as a guard phi node. exists(float varBounds | // If there's different `access`es, then they refer to the same - // variable with the same lower bounds. Hence adding these guards make no + // variable with the same lower bounds. Hence adding these guards makes no // sense (the implementation will take the union, but they'll be removed by // deduplication). Hence we use `max` as an approximation. varBounds =