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

Skip to content

Commit f181753

Browse files
Mathias Vorreiter Pedersengeoffw0
andauthored
Typo fix
Co-Authored-By: Geoffrey White <[email protected]>
1 parent 21c99d1 commit f181753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Likely Bugs/Likely Typos/AssignWhereCompareMeant.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class BooleanControllingAssignmentInExpr extends BooleanControllingAssignment {
5555
this.getConversion().(ParenthesisExpr).isParenthesised()
5656
or
5757
// whitelist this assignment if all comparison operations in the expression that this
58-
// assignment is part of, are ot parenthesized. In that case it seems like programmer
58+
// assignment is part of, are not parenthesized. In that case it seems like programmer
5959
// is fine with unparenthesized comparison operands to binary logical operators, and
6060
// the parenthesis around this assignment was used to call it out as an assignment.
6161
this.isParenthesised() and

0 commit comments

Comments
 (0)