Skip to content

Commit c444754

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/Security/CWE/CWE-190/Bounded.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent 6379463 commit c444754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-190/Bounded.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private predicate boundedBitwiseAnd(Expr e, Expr andExpr, Expr operand1, Expr op
4040

4141
/**
4242
* Holds if `e` is an arithmetic expression that cannot overflow, or if `e` is an operand of an
43-
* operation that may greatly reduces the range of possible values.
43+
* operation that may greatly reduce the range of possible values.
4444
*/
4545
predicate bounded(Expr e) {
4646
(

0 commit comments

Comments
 (0)