Skip to content

Commit 771fd0b

Browse files
committed
C++: Fixup wording
1 parent 5f0d283 commit 771fd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class ThisParameterNode extends ParameterNode {
222222
override string toString() { result = "this" }
223223
}
224224

225-
/** A virtual parameter to model the pointed-to object of a pointer parameter. */
225+
/** A synthetic parameter to model the pointed-to object of a pointer parameter. */
226226
class ParameterIndirectionNode extends ParameterNode {
227227
override InitializeIndirectionInstruction instr;
228228

0 commit comments

Comments
 (0)