Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e55f16d

Browse files
author
AndreiDiaconu1
committed
Fix comment
1 parent 91fdfd4 commit e55f16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/TranslatedStmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ abstract class TranslatedSpecificJump extends TranslatedStmt {
740740
override Instruction getChildSuccessor(TranslatedElement child) { none() }
741741

742742
/**
743-
* The instruction that gets the target of the jump.
743+
* Gets the instruction that is the target of the jump.
744744
*/
745745
abstract Instruction getTargetInstruction();
746746
}

0 commit comments

Comments
 (0)