Skip to content

Commit a0f0854

Browse files
committed
Dataflow: Fix minor typo.
1 parent ee6c255 commit a0f0854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ signature module InputSig<LocationSig Location> {
298298
/** Extra data-flow steps needed for lambda flow analysis. */
299299
predicate additionalLambdaFlowStep(Node nodeFrom, Node nodeTo, boolean preservesValue);
300300

301-
predicate knownSourceModel(Node sink, string model);
301+
predicate knownSourceModel(Node source, string model);
302302

303303
predicate knownSinkModel(Node sink, string model);
304304

0 commit comments

Comments
 (0)