Auto merge of #30644 - tshepang:typo, r=steveklabnik

This commit is contained in:
bors 2015-12-31 15:12:07 +00:00
commit 3b6a851db5

View File

@ -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;