From 7191edf4885aa1a4fad92c9e757fa00be312dcb7 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 18 Jul 2007 22:54:31 +0000 Subject: [PATCH] Update an outdated comment. git-svn-id: svn://svn.tartarus.org/sgt/putty@7642 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index e5d2364d..794ef532 100644 --- a/ssh.c +++ b/ssh.c @@ -2480,7 +2480,7 @@ static int do_ssh_init(Ssh ssh, unsigned char c) if (ssh->version == 2) { size_t len; /* - * Hash our version string and their version string. + * Record our version string and their version string. */ len = strcspn(verstring, "\015\012"); ssh->v_c = snewn(len + 1, char); -- 2.11.0