From: jacob Date: Sat, 28 May 2005 13:46:04 +0000 (+0000) Subject: Remove a couple of mistaken references to Telnet in comments. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/86dc445a1405f2075cf891dfbb67ac5acb289ee9?hp=577abbb681c1e1718a4446405ea4dd8ba1051315 Remove a couple of mistaken references to Telnet in comments. git-svn-id: svn://svn.tartarus.org/sgt/putty@5853 cda61777-01e9-0310-a592-d414129be87e --- 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'). */