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

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2024-10-01 12:36:20 +02:00
committed by GitHub
parent e0a3c8a1c4
commit 2b6aab108d

View File

@@ -1385,7 +1385,7 @@ private predicate sameEnclosingCallable(Node node1, Node node2) {
// =============================================================================
newtype TDataFlowCall =
TNormalCall(CallNode call, Function target, CallType type) { resolveCall(call, target, type) } or
/** A call to the generated function inside a comprhension */
/** A call to the generated function inside a comprehension */
TComprehensionCall(Comp c) or
TPotentialLibraryCall(CallNode call) or
/** A synthesized call inside a summarized callable */