Skip to content

Commit 1198d23

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 5a12a0a commit 1198d23

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/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class Node extends TIRDataFlowNode {
292292
* ```cpp
293293
* sink(x++);
294294
* ```
295-
* in the above program, there will not be flow from the node `n` such that
295+
* in the above program, there will not be flow from a node `n` such that
296296
* `n.asDefinition() instanceof IncrementOperation` to the argument of `sink`
297297
* since the value passed to `sink` is the value before to the increment.
298298
* However, there will be dataflow from the node `n` such that

0 commit comments

Comments
 (0)