mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
parent
c702d7c66d
commit
13598df8db
208 changed files with 252 additions and 254 deletions
|
@ -51,7 +51,7 @@ public class InstructionSequence {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns all the the stored disassembly for an instruction sequence
|
||||
* Returns all of the stored disassembly for an instruction sequence
|
||||
* @param inOrder if true, the instructions are displayed in order. If false they are reversed.
|
||||
* @return the disassembly as a string
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@ public class ProjectedSequenceInfo {
|
|||
/**
|
||||
* Create a new {@link ProjectedSequenceInfo} object
|
||||
* @param sequenceIndex index of a sequence in the database
|
||||
* @param projectedIndex index in the sequence of the first character after the the projection prefix
|
||||
* @param projectedIndex index in the sequence of the first character after the projection prefix
|
||||
*/
|
||||
public ProjectedSequenceInfo(int sequenceIndex, int projectedIndex) {
|
||||
this.sequenceIndex = sequenceIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue