Remove a couple of mistaken references to Telnet in comments.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 28 May 2005 13:46:04 +0000 (13:46 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 28 May 2005 13:46:04 +0000 (13:46 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5853 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 000a7c5..f5a36ad 100644 (file)
--- 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').
  */