Update an outdated comment.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Jul 2007 22:54:31 +0000 (22:54 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 18 Jul 2007 22:54:31 +0000 (22:54 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@7642 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index e5d2364..794ef53 100644 (file)
--- 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);