From c9081a8280dfcb6e33db2ec23d0d570813694514 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 26 Nov 2010 18:18:26 +0100 Subject: [PATCH] hostip: edit comment --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hostip.c b/lib/hostip.c index b5bde96e4..0ae6518f5 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -366,7 +366,7 @@ Curl_cache_addr(struct SessionHandle *data, dns = dns2; dns->inuse++; /* mark entry as in-use */ - /* free the allocated entry_id again */ + /* free the allocated entry_id */ free(entry_id); return dns;