diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-30 19:31:28 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-30 19:31:28 +0200 |
| commit | 7097baf6ade813dcb1e41f1598f41c3ec1fcd3ee (patch) | |
| tree | 8cbed618f64f5da8b5cd794de1412830c77471d4 /src/libstd/sys/unix/ext/io.rs | |
| parent | a06bb977d86dcfe786d4265f4807a11c39b51141 (diff) | |
| download | rust-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.rs | 2 |
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; |
