Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-04-11 12:43:51 +01:00
committed by GitHub
parent 3bb249f580
commit bfc494c0e1

View File

@@ -462,7 +462,7 @@ newtype TPosition =
TDirectPosition(int argumentIndex) {
exists(any(CallInstruction c).getArgument(argumentIndex))
or
// Handle the rare case where the is a function definition but no call to
// Handle the rare case where there is a function definition but no call to
// the function.
exists(any(Cpp::Function f).getParameter(argumentIndex))
} or