From d965dda0279282f4948dc9fb4aabf3a118815b00 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 May 2009 11:18:29 +0200 Subject: [PATCH] clarified a comment --- src/knownhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knownhost.c b/src/knownhost.c index 601dd7d..7dabadf 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -448,7 +448,7 @@ static int hostline(LIBSSH2_KNOWNHOSTS *hosts, } if(sep) { - /* this is the second host, add this first */ + /* this is the second host after the comma, add this first */ char *ipaddr; *sep++ = 0; /* zero terminate the first host name here */ ipaddr = sep;