summaryrefslogtreecommitdiff
path: root/doc/memory.9.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/memory.9.txt')
-rw-r--r--doc/memory.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/memory.9.txt b/doc/memory.9.txt
index 11398088..9a18355c 100644
--- a/doc/memory.9.txt
+++ b/doc/memory.9.txt
@@ -121,7 +121,8 @@ operations, they could in theory be reordered across fences. It is
assumed that all the built-in atomic operations provided by the
compiler are volatile-qualified. Local atomic operations must also
be volatile-qualified. With current compiler implementations, this
-guarantees that atomic operations may not be reordered across fences.
+guarantees that local atomic operations may not be reordered across
+fences.
SEE
---