git: 2f263badccf8 - main - atomic.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 27 Oct 2025 06:27:41 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=2f263badccf842470323b64613eccb0c0b9a12c1

commit 2f263badccf842470323b64613eccb0c0b9a12c1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:35:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:26 +0000

    atomic.9: Fix a typo in the manual page
    
    - s/constrast/contrast/
    
    MFC after:      5 days
---
 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 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