Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Nov 10, 2016
1 parent 0b46947 commit a9349d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstd/sys/mod.rs
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/sys_common/mod.rs
Expand Up @@ -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.
//!
Expand Down

0 comments on commit a9349d7

Please sign in to comment.