atomic.9: Fix a typo in the manual page

- s/constrast/contrast/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2025-10-26 16:35:50 +01:00
parent d81fe0b206
commit 2f263badcc
+1 -1
View File
@@ -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