mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Fix typo in non-doc comment in copy.rs
This commit is contained in:
parent
05f01d6c9b
commit
e31b76c047
@ -72,7 +72,7 @@ impl<R, W> Future for Copy<R, W>
|
||||
self.amt += i as u64;
|
||||
}
|
||||
|
||||
// If we've written al the data and we've seen EOF, flush out the
|
||||
// If we've written all the data and we've seen EOF, flush out the
|
||||
// data and finish the transfer.
|
||||
// done with the entire transfer.
|
||||
if self.pos == self.cap && self.read_done {
|
||||
|
Loading…
x
Reference in New Issue
Block a user