Skip to content

Commit 792ac7a

Browse files
paldepindCopilot
andauthored
C++: Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 1dd78e2 commit 792ac7a

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
@@ -709,7 +709,7 @@ private module BoundsEstimate {
709709
* ```
710710
* the actual number of bounds for `y` is 1. However, the estimate will be 4
711711
* as the conditional assignment to `x` gives two bounds for `x` on the last
712-
* line and the addition gives 2 * 2 bounds. There are two sources of anncuracies:
712+
* line and the addition gives 2 * 2 bounds. There are two sources of inaccuracies:
713713
*
714714
* 1. Without tracking the lower bounds we can't see that `x` is assigned a
715715
* value that is equal to its lower bound.

0 commit comments

Comments
 (0)