Skip to content

Commit bfc494c

Browse files
MathiasVPtausbn
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <[email protected]>
1 parent 3bb249f commit bfc494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ newtype TPosition =
462462
TDirectPosition(int argumentIndex) {
463463
exists(any(CallInstruction c).getArgument(argumentIndex))
464464
or
465-
// Handle the rare case where the is a function definition but no call to
465+
// Handle the rare case where there is a function definition but no call to
466466
// the function.
467467
exists(any(Cpp::Function f).getParameter(argumentIndex))
468468
} or

0 commit comments

Comments
 (0)