Skip to content

Commit 6743d6d

Browse files
committed
C#: sync-indentical-files.
1 parent e4139fe commit 6743d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/semmle/code/csharp/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 base class.
978978
*/
979979
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }

csharp/ql/src/semmle/code/csharp/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 base class.
978978
*/
979979
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }

0 commit comments

Comments
 (0)