]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove a couple of mistaken references to Telnet in comments.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 28 May 2005 13:46:04 +0000 (13:46 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 28 May 2005 13:46:04 +0000 (13:46 +0000)
[originally from svn r5853]

ssh.c

diff --git a/ssh.c b/ssh.c
index 000a7c5c4a26866a303e303897489056a78211cd..f5a36adf908dafd34ee4c629b3e5a2caf432fe04 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').
  */