Fix comment

This commit is contained in:
AndreiDiaconu1
2019-09-12 13:57:28 +01:00
parent 91fdfd48e5
commit e55f16d990

View File

@@ -740,7 +740,7 @@ abstract class TranslatedSpecificJump extends TranslatedStmt {
override Instruction getChildSuccessor(TranslatedElement child) { none() }
/**
* The instruction that gets the target of the jump.
* Gets the instruction that is the target of the jump.
*/
abstract Instruction getTargetInstruction();
}