diff options
| author | Jeremy Soller <jackpot51@gmail.com> | 2016-11-10 20:37:34 -0700 |
|---|---|---|
| committer | Jeremy Soller <jackpot51@gmail.com> | 2016-11-10 20:37:34 -0700 |
| commit | 0bb9a959074bb7f027cf05a240a0044116fa0ab0 (patch) | |
| tree | 69fca65cd12f30f97f8bcfd403b39577f2ce3c57 /src/libstd/sys/mod.rs | |
| parent | 25e1a4a0084a56807d7a1e4ca676e078c085b3aa (diff) | |
| parent | 1473007618e6ab85a994f86348acdaf125b7914f (diff) | |
| download | rust-0bb9a959074bb7f027cf05a240a0044116fa0ab0.tar.gz rust-0bb9a959074bb7f027cf05a240a0044116fa0ab0.zip | |
Merge branch 'master' into redox
Diffstat (limited to 'src/libstd/sys/mod.rs')
| -rw-r--r-- | src/libstd/sys/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/mod.rs b/src/libstd/sys/mod.rs index a237d8a067e..e4b0d980c92 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 |
