Skip to content

Commit c11e2bd

Browse files
authored
Auto merge of #37680 - tshepang:typo, r=alexcrichton
doc: fix typo
2 parents b46ce08 + a9349d7 commit c11e2bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/sys/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! integration code in `std::sys_common`. See that module's
2424
//! documentation for details.
2525
//!
26-
//! In the future it would be desirable for the indepedent
26+
//! In the future it would be desirable for the independent
2727
//! implementations of this module to be extracted to their own crates
2828
//! that `std` can link to, thus enabling their implementation
2929
//! out-of-tree via crate replacement. Though due to the complex

src/libstd/sys_common/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Platform-independent platform abstraction
1212
//!
13-
//! This is the platform-independent portion of the standard libraries
13+
//! This is the platform-independent portion of the standard library's
1414
//! platform abstraction layer, whereas `std::sys` is the
1515
//! platform-specific portion.
1616
//!

0 commit comments

Comments
 (0)