Skip to content

Commit 3b6a851

Browse files
committed
Auto merge of #30644 - tshepang:typo, r=steveklabnik
2 parents 8aee582 + 7097baf commit 3b6a851

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/sys/unix/ext

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub trait AsRawFd {
3333
/// Extracts the raw file descriptor.
3434
///
3535
/// This method does **not** pass ownership of the raw file descriptor
36-
/// to the caller. The descriptor is only guarantee to be valid while
36+
/// to the caller. The descriptor is only guaranteed to be valid while
3737
/// the original object has not yet been destroyed.
3838
#[stable(feature = "rust1", since = "1.0.0")]
3939
fn as_raw_fd(&self) -> RawFd;

0 commit comments

Comments
 (0)