Skip to content

Commit 02f3ce1

Browse files
committed
spelling: mutually
Signed-off-by: Josh Soref <[email protected]>
1 parent 6ac3151 commit 02f3ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* `getCallable` is set to `none()`. The member predicate `ExtractedDataFlowCall::getCallable` is _not_ the mechanism for
2121
* call resolution in global data flow. That mechanism is `getViableCallable`.
2222
* Resolving a call to a non-extracted callable goes via `LibraryCallable::getACall`, which may involve type tracking.
23-
* To avoid that type tracking becomes mutualy recursive with data flow, type tracking must use a call graph not including summaries.
23+
* To avoid that type tracking becomes mutually recursive with data flow, type tracking must use a call graph not including summaries.
2424
* Type tracking sees the callgraph given by `ExtractedDataFlowCall::getACallable`.
2525
*
2626
* We do not support summaries of special methods via the special methods framework,

0 commit comments

Comments
 (0)