Skip to content

Commit

Permalink
process: fix typo in process::imp::Pipe comment (#5314)
Browse files Browse the repository at this point in the history
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
  • Loading branch information
Lencerf committed Dec 27, 2022
1 parent 8d58dc8 commit 353e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/process/unix/mod.rs
Expand Up @@ -156,7 +156,7 @@ impl Future for Child {

#[derive(Debug)]
pub(crate) struct Pipe {
// Actually a pipe and not a File. However, we are reusing `File` to get
// Actually a pipe is not a File. However, we are reusing `File` to get
// close on drop. This is a similar trick as `mio`.
fd: File,
}
Expand Down

0 comments on commit 353e5ca

Please sign in to comment.