atomic.9: Fix a typo in the manual page
- s/constrast/contrast/ MFC after: 5 days
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user