aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:35:50 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-27 06:27:26 +0000
commit2f263badccf842470323b64613eccb0c0b9a12c1 (patch)
treea0120f094bfa0239972dbd04ef07293aa3eee03c
parentd81fe0b206325b40e13625f5684ec8d19fdccf04 (diff)
atomic.9: Fix a typo in the manual page
- s/constrast/contrast/ MFC after: 5 days
-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 df24cd4a4d2b..c9133c6311a5 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -272,7 +272,7 @@ In C11, a release fence by one thread synchronizes with an acquire fence by
another thread when an atomic load that is prior to the acquire fence (by
program order) reads the value written by an atomic store that is subsequent
to the release fence.
-In constrast, in
+In contrast, in
.Fx ,
because of the atomicity of ordinary, naturally
aligned loads and stores, fences can also be synchronized by ordinary loads