Skip to content

Commit f9d5e56

Browse files
authored
s/entry/exit
1 parent f32d77b commit f9d5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private module Cached {
9595
} or
9696
TSourceParameterNode(ParamDecl param) or
9797
TKeyPathParameterNode(EntryNode entry) { entry.getScope() instanceof KeyPathExpr } or
98-
TKeyPathReturnNode(ExitNode entry) { entry.getScope() instanceof KeyPathExpr } or
98+
TKeyPathReturnNode(ExitNode exit) { exit.getScope() instanceof KeyPathExpr } or
9999
TKeyPathComponentNode(KeyPathComponent component) or
100100
TSummaryParameterNode(FlowSummary::SummarizedCallable c, ParameterPosition pos) {
101101
FlowSummaryImpl::Private::summaryParameterNodeRange(c, pos)

0 commit comments

Comments
 (0)