aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-04-09 19:46:45 -0700
committerAndrew Waterman <andrew@sifive.com>2017-04-09 19:46:56 -0700
commit51970f2de265d97d93b271f8de3b943fe0c32449 (patch)
tree0f420e97baa79a3b8f3c11ba566b05f152c8b554 /src
parente5eea2f305cbab2c0c78bbb0a982c6c954cd8683 (diff)
downloadriscv-isa-manual-51970f2de265d97d93b271f8de3b943fe0c32449.zip
riscv-isa-manual-51970f2de265d97d93b271f8de3b943fe0c32449.tar.gz
riscv-isa-manual-51970f2de265d97d93b271f8de3b943fe0c32449.tar.bz2
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/a.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/a.tex b/src/a.tex
index e4e20ed..aa1e023 100644
--- a/src/a.tex
+++ b/src/a.tex
@@ -320,7 +320,7 @@ complex implementations might also implement AMOs at memory
controllers, and can optimize away fetching the original value when
the destination is {\tt x0}.
-The set of AMOs was chosen to support the C11/C+11 atomic memory
+The set of AMOs was chosen to support the C11/C++11 atomic memory
operations efficiently, and also to support parallel reductions in
memory. Another use of AMOs is to provide atomic updates to
memory-mapped device registers (e..g, setting, clearing, or toggling