Skip to content

Commit

Permalink
Rollup merge of rust-lang#38153 - GuillaumeGomez:typo, r=bluss
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
GuillaumeGomez authored Dec 7, 2016
2 parents 99d9be9 + b5ea8c0 commit 073351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/ext/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub trait AsRawFd {
/// descriptor.
#[stable(feature = "from_raw_os", since = "1.1.0")]
pub trait FromRawFd {
/// Constructs a new instances of `Self` from the given raw file
/// Constructs a new instance of `Self` from the given raw file
/// descriptor.
///
/// This function **consumes ownership** of the specified file
Expand Down

0 comments on commit 073351c

Please sign in to comment.