Skip to content

Commit 84be851

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2dc91a5 commit 84be851

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
@@ -512,7 +512,7 @@ private module BoundsEstimate {
512512
*/
513513
float getBoundsLimit() {
514514
// This limit is arbitrary, but low enough that it prevents timeouts on
515-
// specific observed customer databases (and the in the tests).
515+
// specific observed customer databases (and in the tests).
516516
result = 2.0.pow(29)
517517
}
518518

0 commit comments

Comments
 (0)