1
Fork 0

Merge branch 'master' into redox

This commit is contained in:
Jeremy Soller 2016-11-10 20:37:34 -07:00
commit 0bb9a95907
896 changed files with 53004 additions and 8585 deletions

View file

@ -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