Skip to content

Commit 1bf4305

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent edf629f commit 1bf4305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private predicate flowsFromSource(DataFlow::Node node, MustFlowConfiguration con
6161
)
6262
}
6363

64-
/** Holds if `instr` flows to a sink. */
64+
/** Holds if `node` flows to a sink. */
6565
pragma[nomagic]
6666
private predicate flowsToSink(DataFlow::Node node, MustFlowConfiguration config) {
6767
flowsFromSource(node, pragma[only_bind_into](config)) and

0 commit comments

Comments
 (0)