aboutsummaryrefslogtreecommitdiff
path: root/src/machine.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-08-12 17:47:16 -0700
committerAndrew Waterman <andrew@sifive.com>2018-08-12 17:47:16 -0700
commit48df4e3688823c01dbca5e61b2f2e8cfb6ebd6d9 (patch)
tree0bfc2c52e9d6b0793f174b824389427669f45b27 /src/machine.tex
parentc643f44e6ec8026530ce808f4d26851f4badfda3 (diff)
downloadriscv-isa-manual-48df4e3688823c01dbca5e61b2f2e8cfb6ebd6d9.zip
riscv-isa-manual-48df4e3688823c01dbca5e61b2f2e8cfb6ebd6d9.tar.gz
riscv-isa-manual-48df4e3688823c01dbca5e61b2f2e8cfb6ebd6d9.tar.bz2
Fix typo
Diffstat (limited to 'src/machine.tex')
-rw-r--r--src/machine.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 55ef739..4d43bae 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -2049,7 +2049,7 @@ instruction per privilege level.
If the A extension is supported, the {\em x},RET instruction is
allowed to clear any outstanding LR address reservation but is not
-required to. Trap handlers should explicity clear the reservation if
+required to. Trap handlers should explicitly clear the reservation if
required (e.g., by using a dummy SC) before executing the {\em x}RET.
\begin{commentary}