misspellings of "choosen" and "preceed"

This commit is contained in:
hippietrail 2024-11-05 19:07:29 +07:00
parent 141f96efcc
commit f531fc0513
21 changed files with 26 additions and 26 deletions

View file

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

View file

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