many doubled words in comments etc, plus some nearby typos

This commit is contained in:
hippietrail 2024-11-26 01:18:10 +07:00
parent c702d7c66d
commit 13598df8db
208 changed files with 252 additions and 254 deletions

View file

@ -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
*/

View file

@ -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;