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-04 00:48:11 -0800
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2016-12-04 00:48:11 -0800
commitb5ea8c00a3927acbee9452d2623b28b076bfc6c4 (patch)
tree48cb412c71e399dbcb95e85c062532f4f26b714f /src/libstd/sys
parent2cdbd5eb4255974db204819f9aa49c00b15a6d23 (diff)
downloadrust-b5ea8c00a3927acbee9452d2623b28b076bfc6c4.tar.gz
rust-b5ea8c00a3927acbee9452d2623b28b076bfc6c4.zip
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