X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8bba61e21ae5328ecb03b5223612411795c26e36..0980c4f28e5909a05be74af88732fddd7086f2f6:/terminal.c?ds=sidebyside diff --git a/terminal.c b/terminal.c index e846401e..eaaa04dc 100644 --- a/terminal.c +++ b/terminal.c @@ -6231,13 +6231,13 @@ int term_data(Terminal *term, int is_stderr, const char *data, int len) * the remote side needing to wait until term_out() has cleared * a backlog. * - * This is a slightly suboptimal way to deal with SSH2 - in + * This is a slightly suboptimal way to deal with SSH-2 - in * principle, the window mechanism would allow us to continue * to accept data on forwarded ports and X connections even * while the terminal processing was going slowly - but we * can't do the 100% right thing without moving the terminal * processing into a separate thread, and that might hurt - * portability. So we manage stdout buffering the old SSH1 way: + * portability. So we manage stdout buffering the old SSH-1 way: * if the terminal processing goes slowly, the whole SSH * connection stops accepting data until it's ready. *