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 3bb249f commit bfc494cCopy full SHA for bfc494c
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -462,7 +462,7 @@ newtype TPosition =
462
TDirectPosition(int argumentIndex) {
463
exists(any(CallInstruction c).getArgument(argumentIndex))
464
or
465
- // 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
466
// the function.
467
exists(any(Cpp::Function f).getParameter(argumentIndex))
468
} or
0 commit comments