about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-23 15:11:07 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-23 15:11:07 -0700
commitc7509bb8d88c46d2b0762a4892958bfea9e5d510 (patch)
treee55b61220a100d2fdd113c68d4e962b22cb0d9a2
parent19510ac70bd29a0e0e2ef4d63007b85ba179582e (diff)
parentd944689cf6c702170c663a073810b019adc8bcca (diff)
downloadrust-c7509bb8d88c46d2b0762a4892958bfea9e5d510.tar.gz
rust-c7509bb8d88c46d2b0762a4892958bfea9e5d510.zip
rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 53c162b9259..568b680ddaa 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -75,7 +75,7 @@
 //!
 //! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
 //! [`sync`](sync/index.html) contains further, primitive, shared memory types,
-//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
+//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
 //! which contains the channel types for message passing.
 //!
 //! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,