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