Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatch committed Jul 28, 2013
1 parent 5c7e016 commit 639819f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/unstable/atomics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ pub unsafe fn atomic_umin<T>(dst: &mut T, val: T, order: Ordering) -> T {
* An atomic fence.
*
* A fence 'A' which has `Release` ordering semantics, synchronizes with a
* fence 'B' with (at least) `Aquire` semantics, if and only if there exists
* atomic operations X and Y, bother operating on some atomic object 'M' such
* fence 'B' with (at least) `Acquire` semantics, if and only if there exists
* atomic operations X and Y, both operating on some atomic object 'M' such
* that A is sequenced before X, Y is synchronized before B and Y obsevers
* the change to M. This provides a happens-before dependence between A and B.
*
Expand Down

5 comments on commit 639819f

@bors
Copy link
Contributor

@bors bors commented on 639819f Jul 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at Aatch@639819f

@bors
Copy link
Contributor

@bors bors commented on 639819f Jul 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Aatch/rust/atomics = 639819f into auto

@bors
Copy link
Contributor

@bors bors commented on 639819f Jul 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aatch/rust/atomics = 639819f merged ok, testing candidate = 5842ab3

@bors
Copy link
Contributor

@bors bors commented on 639819f Jul 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5842ab3

Please sign in to comment.