Rollup merge of #53756 - dmerejkowsky:fix-comment, r=KodrAus
Fix typo in comment
This commit is contained in:
commit
11fab7db1d
@ -282,7 +282,7 @@ impl Drop for FileDesc {
|
||||
// reason for this is that if an error occurs we don't actually know if
|
||||
// the file descriptor was closed or not, and if we retried (for
|
||||
// something like EINTR), we might close another valid file descriptor
|
||||
// (opened after we closed ours.
|
||||
// opened after we closed ours.
|
||||
let _ = unsafe { libc::close(self.fd) };
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user