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 09117d3 commit 5a12a0aCopy full SHA for 5a12a0a
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -287,7 +287,7 @@ class Node extends TIRDataFlowNode {
287
* both write to `x` and read the current value of `x`, `node.asDefinition()`
288
* will give the node corresponding to the value after the increment, and
289
* `node.asExpr()` will give the node corresponding to the value before the
290
- * increment. For an example of where this patterns, consider the following:
+ * increment. For an example of this, consider the following:
291
*
292
* ```cpp
293
* sink(x++);
0 commit comments