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 1198d23 commit 6020457Copy full SHA for 6020457
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -295,7 +295,7 @@ class Node extends TIRDataFlowNode {
295
* in the above program, there will not be flow from a node `n` such that
296
* `n.asDefinition() instanceof IncrementOperation` to the argument of `sink`
297
* since the value passed to `sink` is the value before to the increment.
298
- * However, there will be dataflow from the node `n` such that
+ * However, there will be dataflow from a node `n` such that
299
* `n.asExpr() instanceof IncrementOperation` since the result of evaluating
300
* the expression `x++` is passed to `sink`.
301
*/
0 commit comments