aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-05-01 15:49:47 -0700
committerAndrew Waterman <andrew@sifive.com>2024-05-01 15:49:47 -0700
commitc9842fc4a6dc9ff2390633542dd172f955aff8b4 (patch)
tree6b2799e9df4206dd9a9fe2c6b0b0b1b5a5028dc1
parentce4cae8523eab6375f6950905fad6b225ca22a4f (diff)
downloadriscv-isa-manual-c9842fc4a6dc9ff2390633542dd172f955aff8b4.zip
riscv-isa-manual-c9842fc4a6dc9ff2390633542dd172f955aff8b4.tar.gz
riscv-isa-manual-c9842fc4a6dc9ff2390633542dd172f955aff8b4.tar.bz2
wordsmithing
-rw-r--r--src/machine.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.adoc b/src/machine.adoc
index 6a8d06b..76f42c3 100644
--- a/src/machine.adoc
+++ b/src/machine.adoc
@@ -2229,7 +2229,7 @@ S-mode the environment-call-from-U-mode exception but not the others.
The EBREAK instruction is used by debuggers to cause control to be
transferred back to a debugging environment.
-Unless overridden by an external debug specification, EBREAK raises
+Unless overridden by an external debug environment, EBREAK raises
a breakpoint exception and performs no other operation.
[NOTE]