diff options
Diffstat (limited to 'src/channel.rs')
-rw-r--r-- | src/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.rs b/src/channel.rs index d7d9b20..00f8702 100644 --- a/src/channel.rs +++ b/src/channel.rs @@ -309,7 +309,7 @@ impl<'sess> Channel<'sess> { } } - /// Wait for the remote end to acknowledge an EOF request. + /// Wait for the remote end to send EOF. pub fn wait_eof(&mut self) -> Result<(), Error> { unsafe { self.sess.rc(raw::libssh2_channel_wait_eof(self.raw)) } } |