git: af45b1efc9b5 - stable/14 - atomic.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 10:13:56 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=af45b1efc9b55ddf1a623b94b81d09b4bdac3b05
commit af45b1efc9b55ddf1a623b94b81d09b4bdac3b05
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:35:50 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 10:13:46 +0000
atomic.9: Fix a typo in the manual page
- s/constrast/contrast/
(cherry picked from commit 2f263badccf842470323b64613eccb0c0b9a12c1)
---
share/man/man9/atomic.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index af94b5773f0e..b027a0ff0bca 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -306,7 +306,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