From a7097f7e861cb7ebe0c66b83660a9081ab3a6d28 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 28 May 2005 13:46:04 +0000 Subject: [PATCH] Remove a couple of mistaken references to Telnet in comments. [originally from svn r5853] --- ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh.c b/ssh.c index 000a7c5c..f5a36adf 100644 --- a/ssh.c +++ b/ssh.c @@ -8063,7 +8063,7 @@ static void ssh_reconfig(void *handle, Config *cfg) } /* - * Called to send data down the Telnet connection. + * Called to send data down the SSH connection. */ static int ssh_send(void *handle, char *buf, int len) { @@ -8220,7 +8220,7 @@ static const struct telnet_special *ssh_get_specials(void *handle) } /* - * Send Telnet special codes. TS_EOF is useful for `plink', so you + * Send special codes. TS_EOF is useful for `plink', so you * can send an EOF and collect resulting output (e.g. `plink * hostname sort'). */