File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
//! integration code in `std::sys_common`. See that module's
24
24
//! documentation for details.
25
25
//!
26
- //! In the future it would be desirable for the indepedent
26
+ //! In the future it would be desirable for the independent
27
27
//! implementations of this module to be extracted to their own crates
28
28
//! that `std` can link to, thus enabling their implementation
29
29
//! out-of-tree via crate replacement. Though due to the complex
Original file line number Diff line number Diff line change 10
10
11
11
//! Platform-independent platform abstraction
12
12
//!
13
- //! This is the platform-independent portion of the standard libraries
13
+ //! This is the platform-independent portion of the standard library's
14
14
//! platform abstraction layer, whereas `std::sys` is the
15
15
//! platform-specific portion.
16
16
//!
You can’t perform that action at this time.
0 commit comments