Skip to content

Commit 6020457

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 1198d23 commit 6020457

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
@@ -295,7 +295,7 @@ class Node extends TIRDataFlowNode {
295295
* 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.
298-
* However, there will be dataflow from the node `n` such that
298+
* However, there will be dataflow from a node `n` such that
299299
* `n.asExpr() instanceof IncrementOperation` since the result of evaluating
300300
* the expression `x++` is passed to `sink`.
301301
*/

0 commit comments

Comments
 (0)