From 9c261e5c94ecf4c3a94c80dd03cf2977ac80df97 Mon Sep 17 00:00:00 2001 From: hippietrail Date: Tue, 12 Nov 2024 17:08:23 +0700 Subject: [PATCH] 3 typos/grammar fixes --- Ghidra/Features/Decompiler/src/main/doc/sleigh.xml | 2 +- GhidraDocs/languages/html/sleigh_constructors.html | 2 +- GhidraDocs/languages/html/sleigh_tokens.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml index d83b38ed33..5db7a9deee 100644 --- a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml +++ b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml @@ -1386,7 +1386,7 @@ multiple constructors into a single table are addressed in A single complex statement in the specification file describes a constructor. This statement is always made up of five distinct -sections that are listed below in the order in which the must occur. +sections that are listed below in the order in which they must occur.

  1. diff --git a/GhidraDocs/languages/html/sleigh_tokens.html b/GhidraDocs/languages/html/sleigh_tokens.html index 2ba08cdfa2..b8da5cb1db 100644 --- a/GhidraDocs/languages/html/sleigh_tokens.html +++ b/GhidraDocs/languages/html/sleigh_tokens.html @@ -223,7 +223,7 @@ encodings. SLEIGH supports the concept of context variables. For the most part processor instructions can be unambiguously decoded by examining only the bits of the instruction -encoding. But in some cases, decoding may depend on the state of +encoding. But in some cases, decoding may depend on the state of the processor. Typically, the processor will have some set of status flags that indicate what mode is being used to process instructions. In terms of SLEIGH, a context variable is a field