mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
3 typos/grammar fixes
This commit is contained in:
parent
3bfe65facb
commit
9c261e5c94
@ -1386,7 +1386,7 @@ multiple constructors into a single table are addressed in <xref linkend="sleigh
|
||||
<para>
|
||||
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.
|
||||
<informalexample>
|
||||
<orderedlist spacing='compact'>
|
||||
<listitem>
|
||||
|
@ -64,7 +64,7 @@ multiple constructors into a single table are addressed in <a class="xref" href=
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<div class="informalexample"><div class="orderedlist"><ol class="orderedlist compact" type="1">
|
||||
<li class="listitem">
|
||||
|
@ -223,7 +223,7 @@ encodings.
|
||||
SLEIGH supports the concept of <span class="emphasis"><em>context
|
||||
variables</em></span>. 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 <span class="emphasis"><em>field</em></span>
|
||||
|
Loading…
Reference in New Issue
Block a user