about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/io.rs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-30 19:31:28 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-30 19:31:28 +0200
commit7097baf6ade813dcb1e41f1598f41c3ec1fcd3ee (patch)
tree8cbed618f64f5da8b5cd794de1412830c77471d4 /src/libstd/sys/unix/ext/io.rs
parenta06bb977d86dcfe786d4265f4807a11c39b51141 (diff)
downloadrust-7097baf6ade813dcb1e41f1598f41c3ec1fcd3ee.tar.gz
rust-7097baf6ade813dcb1e41f1598f41c3ec1fcd3ee.zip
doc: fix typo
Diffstat (limited to 'src/libstd/sys/unix/ext/io.rs')
-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 52ac37c6e33..4163ede46af 100644
--- a/src/libstd/sys/unix/ext/io.rs
+++ b/src/libstd/sys/unix/ext/io.rs
@@ -33,7 +33,7 @@ pub trait AsRawFd {
     /// Extracts the raw file descriptor.
     ///
     /// This method does **not** pass ownership of the raw file descriptor
-    /// to the caller. The descriptor is only guarantee to be valid while
+    /// to the caller. The descriptor is only guaranteed to be valid while
     /// the original object has not yet been destroyed.
     #[stable(feature = "rust1", since = "1.0.0")]
     fn as_raw_fd(&self) -> RawFd;