mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Fixup wording
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user