Skip to content

Commit 25c83dc

Browse files
committed
Python: adjust comment
1 parent bf1ad23 commit 25c83dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ abstract class ParameterNodeImpl extends Node {
15211521
}
15221522

15231523
/**
1524-
* The value of a closure itself at function entry, viewed as a node in a data
1524+
* The value of a closure itself at function entry, viewed as a node in the data
15251525
* flow graph.
15261526
*
15271527
* This is used for tracking flow through captured variables, and we use
@@ -1627,8 +1627,8 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
16271627
}
16281628

16291629
/**
1630-
* The value of a closure itself being passed to the funciton, viewed as a node in a data
1631-
* flow graph.
1630+
* The value of a closure itself being passed to the funciton, viewed as a
1631+
* node in the data flow graph.
16321632
*
16331633
* This is used for tracking flow through captured variables, and we use a
16341634
* separate node and parameter/argument positions in order to distinguish

0 commit comments

Comments
 (0)