Skip to content

Commit 639819f

Browse files
committed
Fix spelling errors
1 parent 5c7e016 commit 639819f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/unstable/atomics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ pub unsafe fn atomic_umin<T>(dst: &mut T, val: T, order: Ordering) -> T {
577577
* An atomic fence.
578578
*
579579
* A fence 'A' which has `Release` ordering semantics, synchronizes with a
580-
* fence 'B' with (at least) `Aquire` semantics, if and only if there exists
581-
* atomic operations X and Y, bother operating on some atomic object 'M' such
580+
* fence 'B' with (at least) `Acquire` semantics, if and only if there exists
581+
* atomic operations X and Y, both operating on some atomic object 'M' such
582582
* that A is sequenced before X, Y is synchronized before B and Y obsevers
583583
* the change to M. This provides a happens-before dependence between A and B.
584584
*

0 commit comments

Comments
 (0)