Skip to content

Commit d2d8377

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jonas Jensen <jbj@github.com>
1 parent b95cf94 commit d2d8377

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,12 @@ abstract class PostUpdateNode extends Node {
451451
}
452452

453453
/**
454-
* A partial definition of a node. A partial definition that target arrays or pointers is attached to
454+
* A partial definition of a node. A partial definition that targets arrays or pointers is attached to
455455
* an `InstructionNode` (specifially, to the `ChiInstruction` that follows the `StoreInstruction`), and
456-
* a partial update that targets a `FieldNode` is attached to the `FieldNode`.
457-
*s
458-
* The pre update node of a partial definition of a `FieldNode` is the `FieldNode` itself. This ensures
459-
* that the dataflow library's reverse read mechanism builds up the correct access path for nested
456+
* a partial definition that targets a `FieldNode` is attached to the `FieldNode`.
457+
*
458+
* The pre-update node of a partial definition of a `FieldNode` is the `FieldNode` itself. This ensures
459+
* that the data flow library's reverse read mechanism builds up the correct access path for nested
460460
* fields.
461461
* For instance, in `a.b.c = x` there is a partial definition for `c` (let's call it `post[c]`) and a
462462
* partial definition for `b` (let's call it `post[b]`), and there is a read step from `b` to `c`

0 commit comments

Comments
 (0)