diff options
| author | bors <bors@rust-lang.org> | 2016-11-09 22:43:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-09 22:43:19 -0800 |
| commit | c11e2bda394c786fff27df94bfbe292ba33294df (patch) | |
| tree | 67065d10613f9ef152a86ceb559368be1341553d /src/libstd/sys_common | |
| parent | b46ce08df51f95e5d9f6dff9156b1d8e38cf4795 (diff) | |
| parent | a9349d723d012913de6fdd8624ccd0b0edd9a85c (diff) | |
| download | rust-c11e2bda394c786fff27df94bfbe292ba33294df.tar.gz rust-c11e2bda394c786fff27df94bfbe292ba33294df.zip | |
Auto merge of #37680 - tshepang:typo, r=alexcrichton
doc: fix typo
Diffstat (limited to 'src/libstd/sys_common')
| -rw-r--r-- | src/libstd/sys_common/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys_common/mod.rs b/src/libstd/sys_common/mod.rs index 1dd9b73e262..fe17d8cb5e5 100644 --- a/src/libstd/sys_common/mod.rs +++ b/src/libstd/sys_common/mod.rs @@ -10,7 +10,7 @@ //! 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-specific portion. //! |
