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 5a12a0a commit 1198d23Copy full SHA for 1198d23
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -292,7 +292,7 @@ class Node extends TIRDataFlowNode {
292
* ```cpp
293
* sink(x++);
294
* ```
295
- * in the above program, there will not be flow from the node `n` such that
+ * 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
0 commit comments