Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d648886

Browse files
committed
spelling: context
Signed-off-by: Josh Soref <[email protected]>
1 parent 6e905ce commit d648886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/pointsto/PointsTo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ module InterProceduralPointsTo {
11771177
)
11781178
}
11791179

1180-
/** Holds if the named `argument` given the context `caller` is transferred to the parameter `param` with conntext `callee` by a call. */
1180+
/** Holds if the named `argument` given the context `caller` is transferred to the parameter `param` with context `callee` by a call. */
11811181
cached
11821182
predicate named_argument_transfer(
11831183
ControlFlowNode argument, PointsToContext caller, ParameterDefinition param,

0 commit comments

Comments
 (0)