We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc494c commit deef95dCopy full SHA for deef95d
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -470,7 +470,7 @@ newtype TPosition =
470
Ssa::hasIndirectOperand(any(CallInstruction call).getArgumentOperand(argumentIndex),
471
indirectionIndex)
472
or
473
- // 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
474
// the function.
475
exists(Cpp::Function f, Cpp::Parameter p |
476
p = f.getParameter(argumentIndex) and
0 commit comments