3 typos/grammar fixes

This commit is contained in:
hippietrail 2024-11-12 17:08:23 +07:00
parent 3bfe65facb
commit 9c261e5c94
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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