Merge pull request #161 from seeekr/patch-1

Fix typo in non-doc comment in copy.rs
This commit is contained in:
Alex Crichton
2017-01-27 14:49:41 -08:00
committed by GitHub
+1 -1
View File
@@ -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 {