File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments