C++: Fixup wording

This commit is contained in:
Jonas Jensen
2020-06-02 15:46:34 +02:00
parent 5f0d283212
commit 771fd0b1cc

View File

@@ -222,7 +222,7 @@ class ThisParameterNode extends ParameterNode {
override string toString() { result = "this" }
}
/** A virtual parameter to model the pointed-to object of a pointer parameter. */
/** A synthetic parameter to model the pointed-to object of a pointer parameter. */
class ParameterIndirectionNode extends ParameterNode {
override InitializeIndirectionInstruction instr;