File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 base class.
978978 */
979979class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff 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 base class.
978978 */
979979class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
You can’t perform that action at this time.
0 commit comments