Apply suggestion from @geoffw0

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2026-02-12 10:20:59 -05:00
committed by GitHub
parent 36e4efe77e
commit 9bbbbefd34

View File

@@ -288,7 +288,7 @@ predicate isOperationSourceCandidate(Expr e) {
}
/**
* A dataflow that tracks an ignorable operation (eg. bitwise op) to a operation source, so we may disqualify it.
* A data flow that tracks an ignorable operation (such as a bitwise operation) to an operation source, so we may disqualify it.
*/
module IgnorableOperationToOperationSourceCandidateConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node n) { n.asExpr() instanceof IgnorableOperation }