mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Fixing the remainder of the "psuedo" spellings (#4601)
This commit is contained in:
parent
e65e4b2d92
commit
0ed00bdd50
11 changed files with 17 additions and 17 deletions
|
@ -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) {
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue