about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-31 15:12:07 +0000
committerbors <bors@rust-lang.org>2015-12-31 15:12:07 +0000
commit3b6a851db5142039a43b523c139154a20dfd7a63 (patch)
tree708f3ec2acaf5f48f32eb69321897caf55bb1cb8 /src/libstd
parent8aee5826f9b0ce3e6bcd4c5a292fdc22ac8c78fc (diff)
parent7097baf6ade813dcb1e41f1598f41c3ec1fcd3ee (diff)
downloadrust-3b6a851db5142039a43b523c139154a20dfd7a63.tar.gz
rust-3b6a851db5142039a43b523c139154a20dfd7a63.zip
Auto merge of #30644 - tshepang:typo, r=steveklabnik
Diffstat (limited to 'src/libstd')
-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;