Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
yoff
2020-08-18 12:59:04 +02:00
committed by GitHub
parent bbf925fcc4
commit 59cee284b5

View File

@@ -169,7 +169,7 @@ abstract class DataFlowCall extends TDataFlowCall {
/** Get the callable to which this call goes. */
abstract DataFlowCallable getCallable();
/** Get the specified arguemnt to this call. */
/** Get the specified argument to this call. */
abstract ControlFlowNode getArg(int n);
/** Get the control flow node representing this call. */