Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a38da0 commit 06ec1e2Copy full SHA for 06ec1e2
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll
@@ -12,7 +12,7 @@
12
*
13
* Having both extracted and non-extracted callables means that we now have three types of calls:
14
* - Extracted calls to extracted callables, either `NormalCall` or `SpecialCall`. These are handled by standard data flow.
15
- * - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by loking up the relevant summary when the
+ * - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by looking up the relevant summary when the
16
* global data flow graph is connected up via `getViableCallable`.
17
* - Non-extracted calls, `SummaryCall`. These are synthesised by the flow summary framework.
18
0 commit comments