Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in atomic compare_exchange. #32757

Merged
merged 1 commit into from
Apr 7, 2016
Merged

Fix typos in atomic compare_exchange. #32757

merged 1 commit into from
Apr 7, 2016

Conversation

taralx
Copy link
Contributor

@taralx taralx commented Apr 6, 2016

Failure ordering can't be Release, not (not) Acquire. Seems like a typo copy-pasted all over.

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@brson
Copy link
Contributor

brson commented Apr 6, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Apr 6, 2016

📌 Commit 4883824 has been approved by brson

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 6, 2016
Fix typos in atomic compare_exchange.

Failure ordering can't be Release, not (not) Acquire. Seems like a typo copy-pasted all over.
@taralx
Copy link
Contributor Author

taralx commented Apr 7, 2016

FYI consider cherrypicking this to stable -- it was really confusing in the docs.

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 7, 2016
Fix typos in atomic compare_exchange.

Failure ordering can't be Release, not (not) Acquire. Seems like a typo copy-pasted all over.
bors added a commit that referenced this pull request Apr 7, 2016
Rollup of 11 pull requests

- Successful merges: #32016, #32583, #32699, #32729, #32731, #32738, #32741, #32745, #32748, #32757, #32786
- Failed merges: #32773
Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 7, 2016
Fix typos in atomic compare_exchange.

Failure ordering can't be Release, not (not) Acquire. Seems like a typo copy-pasted all over.
bors added a commit that referenced this pull request Apr 7, 2016
Rollup of 7 pull requests

- Successful merges: #32674, #32699, #32711, #32745, #32748, #32757, #32789
- Failed merges:
@bors bors merged commit 4883824 into rust-lang:master Apr 7, 2016
@taralx taralx deleted the patch-1 branch April 12, 2016 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants