aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/atomics.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel/atomics.txt')
-rw-r--r--docs/devel/atomics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/atomics.txt b/docs/devel/atomics.txt
index a4db3a4aaa..67bdf82628 100644
--- a/docs/devel/atomics.txt
+++ b/docs/devel/atomics.txt
@@ -87,7 +87,7 @@ Sequentially consistent loads and stores can be done using:
atomic_xchg(ptr, val) for stores
However, they are quite expensive on some platforms, notably POWER and
-ARM. Therefore, qemu/atomic.h provides two primitives with slightly
+Arm. Therefore, qemu/atomic.h provides two primitives with slightly
weaker constraints:
typeof(*ptr) atomic_mb_read(ptr)