File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp/ql/src/semmle/code/cpp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202}
203203
204204/**
205- * The operand representing the target function of an `Invoke ` instruction.
205+ * The operand representing the target function of an `Call ` instruction.
206206 */
207207class CallTargetOperand extends OperandTag , TCallTargetOperand {
208208 override final string toString ( ) {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202}
203203
204204/**
205- * The operand representing the target function of an `Invoke ` instruction.
205+ * The operand representing the target function of an `Call ` instruction.
206206 */
207207class CallTargetOperand extends OperandTag , TCallTargetOperand {
208208 override final string toString ( ) {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202}
203203
204204/**
205- * The operand representing the target function of an `Invoke ` instruction.
205+ * The operand representing the target function of an `Call ` instruction.
206206 */
207207class CallTargetOperand extends OperandTag , TCallTargetOperand {
208208 override final string toString ( ) {
You can’t perform that action at this time.
0 commit comments