doc: fix typos
This commit is contained in:
parent
0b46947d35
commit
a9349d723d
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
//! integration code in `std::sys_common`. See that module's
|
//! integration code in `std::sys_common`. See that module's
|
||||||
//! documentation for details.
|
//! 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
|
//! implementations of this module to be extracted to their own crates
|
||||||
//! that `std` can link to, thus enabling their implementation
|
//! that `std` can link to, thus enabling their implementation
|
||||||
//! out-of-tree via crate replacement. Though due to the complex
|
//! out-of-tree via crate replacement. Though due to the complex
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
//! Platform-independent platform abstraction
|
//! 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 abstraction layer, whereas `std::sys` is the
|
||||||
//! platform-specific portion.
|
//! platform-specific portion.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue