about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGeoff Yoerger <geoffreyiy1@gmail.com>2017-01-19 20:39:54 -0600
committerGitHub <noreply@github.com>2017-01-19 20:39:54 -0600
commitc4c9ff2f00975e00ba56c1b1d309ff1f278f3760 (patch)
treec4fbba44f32c107dd8ba020e5b3b9bd1de4313b7 /src
parentb4192aa4dfe99c1fe605fd169d7cef4fd972bea9 (diff)
downloadrust-c4c9ff2f00975e00ba56c1b1d309ff1f278f3760.tar.gz
rust-c4c9ff2f00975e00ba56c1b1d309ff1f278f3760.zip
'.'
Diffstat (limited to 'src')
-rw-r--r--src/libcore/sync/atomic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/sync/atomic.rs b/src/libcore/sync/atomic.rs
index 484e1181dd2..ff7abb45d7b 100644
--- a/src/libcore/sync/atomic.rs
+++ b/src/libcore/sync/atomic.rs
@@ -21,7 +21,7 @@
 //!
 //! Each method takes an `Ordering` which represents the strength of
 //! the memory barrier for that operation. These orderings are the
-//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2]
+//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2].
 //!
 //! [1]: http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations
 //! [2]: https://doc.rust-lang.org/nomicon/atomics.html