We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a1647 commit 004f367Copy full SHA for 004f367
cpp/ql/src/Likely Bugs/Likely Typos/IncorrectNotOperatorUsage.ql
@@ -17,7 +17,7 @@ import cpp
17
/**
18
* It's common in some projects to use "a double negation" to normalize the boolean
19
* result to either 1 or 0.
20
- * This predciate is intended to filter explicit usage of a double negation as it typically
+ * This predicate is intended to filter explicit usage of a double negation as it typically
21
* indicates the explicit purpose to normalize the result for bit-wise or arithmetic purposes.
22
*/
23
predicate doubleNegationNormalization(NotExpr notexpr) { notexpr.getAnOperand() instanceof NotExpr }
0 commit comments