Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fe91cb

Browse files
committed
spelling: approximation
Signed-off-by: Josh Soref <[email protected]>
1 parent 950ce8a commit 0fe91cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/commons/Printf.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class TypeBoundsAnalysis extends BufferWriteEstimationReason, TTypeBoundsAnalysi
7676

7777
/**
7878
* The estimation comes from non trivial bounds found via actual flow analysis,
79-
* but a widening aproximation might have been used for variables in loops.
79+
* but a widening approximation might have been used for variables in loops.
8080
* For example
8181
* ```
8282
* for (int i = 0; i < 10; ++i) {

0 commit comments

Comments
 (0)