Skip to content

Commit 839fd8f

Browse files
committed
CPP: Fix typo.
1 parent b8ee5a6 commit 839fd8f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974

975975
/**
976976
* Represents an instruction that converts from the address of a derived class
977-
* to the address of a direct non-virtual base class.
977+
* to the address of a direct base class.
978978
*/
979979
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974

975975
/**
976976
* Represents an instruction that converts from the address of a derived class
977-
* to the address of a direct non-virtual base class.
977+
* to the address of a direct base class.
978978
*/
979979
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974

975975
/**
976976
* Represents an instruction that converts from the address of a derived class
977-
* to the address of a direct non-virtual base class.
977+
* to the address of a direct base class.
978978
*/
979979
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }

0 commit comments

Comments
 (0)