about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-12-07 10:42:51 -0800
committerGitHub <noreply@github.com>2016-12-07 10:42:51 -0800
commit073351c3c30eb50543de4eadb65e4104918006ea (patch)
treee5ab5642c601a7cdc48f21cea69d48d92c4d0f1c /src/libstd/sys
parent99d9be903caa8b9e308c17b8bef0063f60ba2e19 (diff)
parentb5ea8c00a3927acbee9452d2623b28b076bfc6c4 (diff)
downloadrust-073351c3c30eb50543de4eadb65e4104918006ea.tar.gz
rust-073351c3c30eb50543de4eadb65e4104918006ea.zip
Rollup merge of #38153 - GuillaumeGomez:typo, r=bluss
Fix small typo
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/unix/ext/io.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/ext/io.rs b/src/libstd/sys/unix/ext/io.rs
index 4163ede46af..296235e173d 100644
--- a/src/libstd/sys/unix/ext/io.rs
+++ b/src/libstd/sys/unix/ext/io.rs
@@ -43,7 +43,7 @@ pub trait AsRawFd {
 /// descriptor.
 #[stable(feature = "from_raw_os", since = "1.1.0")]
 pub trait FromRawFd {
-    /// Constructs a new instances of `Self` from the given raw file
+    /// Constructs a new instance of `Self` from the given raw file
     /// descriptor.
     ///
     /// This function **consumes ownership** of the specified file