diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-11-10 05:15:56 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-11-10 05:23:41 +0200 |
| commit | a9349d723d012913de6fdd8624ccd0b0edd9a85c (patch) | |
| tree | 10cb1aa7d5d40d695f84823fab039bdadd1ebb80 /src/libstd/sys_common | |
| parent | 0b46947d35e9fdc35cd06dd889c3c3a892d7ddf8 (diff) | |
| download | rust-a9349d723d012913de6fdd8624ccd0b0edd9a85c.tar.gz rust-a9349d723d012913de6fdd8624ccd0b0edd9a85c.zip | |
doc: fix typos
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. //! |
