We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cc333 commit 76aa048Copy full SHA for 76aa048
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatchPointsTo.qll
@@ -769,7 +769,7 @@ DataFlowCallable viableCallable(ExtractedDataFlowCall call) {
769
// A call to a library callable with a flow summary
770
// In this situation we can not resolve the callable from the call,
771
// as that would make data flow depend on type tracking.
772
- // Instead we reolve the call from the summary.
+ // Instead we resolve the call from the summary.
773
exists(LibraryCallable callable |
774
result = TLibraryCallable(callable) and
775
call.getNode() = callable.getACall().getNode()
0 commit comments