Skip to content

Commit deef95d

Browse files
MathiasVPtausbn
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <tausbn@github.com>
1 parent bfc494c commit deef95d

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
@@ -470,7 +470,7 @@ newtype TPosition =
470470
Ssa::hasIndirectOperand(any(CallInstruction call).getArgumentOperand(argumentIndex),
471471
indirectionIndex)
472472
or
473-
// Handle the rare case where the is a function definition but no call to
473+
// Handle the rare case where there is a function definition but no call to
474474
// the function.
475475
exists(Cpp::Function f, Cpp::Parameter p |
476476
p = f.getParameter(argumentIndex) and

0 commit comments

Comments
 (0)