about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-11-09 22:43:19 -0800
committerGitHub <noreply@github.com>2016-11-09 22:43:19 -0800
commitc11e2bda394c786fff27df94bfbe292ba33294df (patch)
tree67065d10613f9ef152a86ceb559368be1341553d /src
parentb46ce08df51f95e5d9f6dff9156b1d8e38cf4795 (diff)
parenta9349d723d012913de6fdd8624ccd0b0edd9a85c (diff)
downloadrust-c11e2bda394c786fff27df94bfbe292ba33294df.tar.gz
rust-c11e2bda394c786fff27df94bfbe292ba33294df.zip
Auto merge of #37680 - tshepang:typo, r=alexcrichton
doc: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/libstd/sys/mod.rs2
-rw-r--r--src/libstd/sys_common/mod.rs2
2 files changed, 2 insertions, 2 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
diff --git a/src/libstd/sys_common/mod.rs b/src/libstd/sys_common/mod.rs
index 1dd9b73e262..fe17d8cb5e5 100644
--- a/src/libstd/sys_common/mod.rs
+++ b/src/libstd/sys_common/mod.rs
@@ -10,7 +10,7 @@
 
 //! Platform-independent platform abstraction
 //!
-//! This is the platform-independent portion of the standard libraries
+//! This is the platform-independent portion of the standard library's
 //! platform abstraction layer, whereas `std::sys` is the
 //! platform-specific portion.
 //!