aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexandre Joannou <gameboo@users.noreply.github.com>2019-05-04 10:02:04 +0100
committerAndrew Waterman <andrew@sifive.com>2019-05-04 02:02:04 -0700
commitf02a75082ca87fed504792553dcb9d3c88b32404 (patch)
tree402c48b185ee97fd5cf42c7ec735e8484b8cb0c1 /src
parent53d14bac028db4bb8c0fe3cfa5a89e191c5e157c (diff)
downloadriscv-isa-manual-f02a75082ca87fed504792553dcb9d3c88b32404.zip
riscv-isa-manual-f02a75082ca87fed504792553dcb9d3c88b32404.tar.gz
riscv-isa-manual-f02a75082ca87fed504792553dcb9d3c88b32404.tar.bz2
Typos (#379)
* Fix typo ">" to "$>$" * typo of -> on
Diffstat (limited to 'src')
-rw-r--r--src/intro.tex2
-rw-r--r--src/rv32.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.tex b/src/intro.tex
index 2629f6e..7509096 100644
--- a/src/intro.tex
+++ b/src/intro.tex
@@ -657,7 +657,7 @@ by a hart at runtime can have four different effects:
on the hart.
\item[Requested Trap:] The trap is a synchronous exception that is
an explicit call to the execution environment requesting an action
- of behalf of software inside the execution environment. An
+ on behalf of software inside the execution environment. An
example is a system call. In this case, execution may or may not
resume on the hart after the requested action is taken by the
execution environment. For example, a system call could remove the
diff --git a/src/rv32.tex b/src/rv32.tex
index b6885cb..eb12e16 100644
--- a/src/rv32.tex
+++ b/src/rv32.tex
@@ -412,7 +412,7 @@ J-immediate \\
\begin{commentary}
Sign-extension is one of the most critical operations on immediates
-(particularly for XLEN>32), and in RISC-V the sign bit for all immediates
+(particularly for XLEN$>$32), and in RISC-V the sign bit for all immediates
is always held in bit 31 of the instruction to allow sign-extension to
proceed in parallel with instruction decoding.