about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2016-11-10 05:15:56 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2016-11-10 05:23:41 +0200
commita9349d723d012913de6fdd8624ccd0b0edd9a85c (patch)
tree10cb1aa7d5d40d695f84823fab039bdadd1ebb80 /src/libstd/sys
parent0b46947d35e9fdc35cd06dd889c3c3a892d7ddf8 (diff)
downloadrust-a9349d723d012913de6fdd8624ccd0b0edd9a85c.tar.gz
rust-a9349d723d012913de6fdd8624ccd0b0edd9a85c.zip
doc: fix typos
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/mod.rs b/src/libstd/sys/mod.rs
index 84f41a1c535..0c45ab8a887 100644
--- a/src/libstd/sys/mod.rs
+++ b/src/libstd/sys/mod.rs
@@ -23,7 +23,7 @@
 //! integration code in `std::sys_common`. See that module's
 //! documentation for details.
 //!
-//! In the future it would be desirable for the indepedent
+//! In the future it would be desirable for the independent
 //! implementations of this module to be extracted to their own crates
 //! that `std` can link to, thus enabling their implementation
 //! out-of-tree via crate replacement. Though due to the complex