Skip to content

Commit 5a12a0a

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 09117d3 commit 5a12a0a

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
@@ -287,7 +287,7 @@ class Node extends TIRDataFlowNode {
287287
* both write to `x` and read the current value of `x`, `node.asDefinition()`
288288
* will give the node corresponding to the value after the increment, and
289289
* `node.asExpr()` will give the node corresponding to the value before the
290-
* increment. For an example of where this patterns, consider the following:
290+
* increment. For an example of this, consider the following:
291291
*
292292
* ```cpp
293293
* sink(x++);

0 commit comments

Comments
 (0)