GP-0: Fixing the remainder of the "psuedo" spellings (#4601)

This commit is contained in:
Ryan Kurtz 2022-09-20 01:02:00 -04:00
parent e65e4b2d92
commit 0ed00bdd50
11 changed files with 17 additions and 17 deletions

View file

@ -252,7 +252,7 @@ public class PseudoDisassembler {
*
* @param addr location to get a PseudoData item for
* @param dt the data type to be applied
* @return PsuedoData that acts like Data
* @return {@link PseudoData} that acts like Data
*/
public PseudoData applyDataType(Address addr, DataType dt) {

View file

@ -718,7 +718,7 @@ public class Disassembler implements DisassemblerConflictHandler {
}
/**
* Perform a psuedo-disassembly of an single instruction block only following fall-throughs.
* Perform a pseudo-disassembly of an single instruction block only following fall-throughs.
* WARNING! This method should not be used in conjunction with other disassembly methods
* on the this Disassembler instance. Disassembler must be instantiated with a Program object.
* @param addr start of block
@ -738,7 +738,7 @@ public class Disassembler implements DisassemblerConflictHandler {
}
/**
* Perform a psuedo-disassembly of an single instruction block only following fall-throughs.
* Perform a pseudo-disassembly of an single instruction block only following fall-throughs.
* WARNING! This method should not be used in conjunction with other disassembly methods
* on the this Disassembler instance.
* @param blockMemBuffer block memory buffer