summaryrefslogtreecommitdiffstats
path: root/share/man/man9/atomic.9
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-13 20:11:43 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-13 20:11:43 +0000
commit5ef41156687b47123d2dfc4d5e10de0f170c448c (patch)
treed6afb6c019b761baa2f0493f3d57a76470d7bb71 /share/man/man9/atomic.9
parent2e97520f29625add7d3eda2dc1eff7d0267fe316 (diff)
downloadFreeBSD-src-5ef41156687b47123d2dfc4d5e10de0f170c448c.zip
FreeBSD-src-5ef41156687b47123d2dfc4d5e10de0f170c448c.tar.gz
Fixed double word typo.
MFC after: 7 days
Diffstat (limited to 'share/man/man9/atomic.9')
-rw-r--r--share/man/man9/atomic.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index 9d01491..d1fa820 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -144,7 +144,7 @@ all of the protected operations are completed before the lock is released.
The current set of atomic operations do not necessarily guarantee atomicity
across multiple processors.
To guarantee atomicity across processors, not only does the individual
-operation need to be atomic on the processor performing the operation, but the
+operation need to be atomic on the processor performing the operation, but
the result of the operation needs to be pushed out to stable storage and the
caches of all other processors on the system need to invalidate any cache
lines that include the affected memory region.
OpenPOWER on IntegriCloud