mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +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>
|
<para>
|
||||||
A single complex statement in the specification file describes a
|
A single complex statement in the specification file describes a
|
||||||
constructor. This statement is always made up of five distinct
|
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>
|
<informalexample>
|
||||||
<orderedlist spacing='compact'>
|
<orderedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -64,7 +64,7 @@ multiple constructors into a single table are addressed in <a class="xref" href=
|
|||||||
<p>
|
<p>
|
||||||
A single complex statement in the specification file describes a
|
A single complex statement in the specification file describes a
|
||||||
constructor. This statement is always made up of five distinct
|
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>
|
</p>
|
||||||
<div class="informalexample"><div class="orderedlist"><ol class="orderedlist compact" type="1">
|
<div class="informalexample"><div class="orderedlist"><ol class="orderedlist compact" type="1">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
|
@ -223,7 +223,7 @@ encodings.
|
|||||||
SLEIGH supports the concept of <span class="emphasis"><em>context
|
SLEIGH supports the concept of <span class="emphasis"><em>context
|
||||||
variables</em></span>. For the most part processor instructions can be
|
variables</em></span>. For the most part processor instructions can be
|
||||||
unambiguously decoded by examining only the bits of the instruction
|
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
|
processor. Typically, the processor will have some set of status flags
|
||||||
that indicate what mode is being used to process instructions. In
|
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>
|
terms of SLEIGH, a context variable is a <span class="emphasis"><em>field</em></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user