From: Ben Harris Date: Wed, 18 Jul 2007 22:54:31 +0000 (+0000) Subject: Update an outdated comment. X-Git-Tag: r8855-g4f798d~220 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fd349607f74cae620f8b6ff974dc5e72e7268873;p=PuTTY_svn.git Update an outdated comment. git-svn-id: http://svn.tartarus.org/sgt/putty@7642 cda61777-01e9-0310-a592-d414129be87e --- 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);