mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
misspellings of "choosen" and "preceed"
This commit is contained in:
parent
141f96efcc
commit
f531fc0513
21 changed files with 26 additions and 26 deletions
|
@ -32,7 +32,7 @@ import ghidra.program.model.pcode.DecoderException;
|
|||
|
||||
/**
|
||||
* A collection of Constructors or a Symbol representing
|
||||
* one out of a family of Constructors, choosen based on InstructionContext
|
||||
* one out of a family of Constructors, chosen based on InstructionContext
|
||||
*/
|
||||
public class SubtableSymbol extends TripleSymbol {
|
||||
|
||||
|
|
|
@ -1120,7 +1120,7 @@ public class Disassembler implements DisassemblerConflictHandler {
|
|||
/**
|
||||
* Perform parse of instruction bytes and context to produce an instruction prototype.
|
||||
* @param instrMemBuffer memory buffer
|
||||
* @param block fallthrough sequence of instructions preceeding current instruction
|
||||
* @param block fallthrough sequence of instructions preceding current instruction
|
||||
* required to facilitate potential crossbuilds for current instruction.
|
||||
* @return instruction prototype
|
||||
* @throws InsufficientBytesException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue