]> granicus.if.org Git - curl/commitdiff
hostip: edit comment
authorYang Tse <yangsita@gmail.com>
Fri, 26 Nov 2010 17:18:26 +0000 (18:18 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 26 Nov 2010 17:18:26 +0000 (18:18 +0100)
lib/hostip.c

index b5bde96e4247c3b675e35ca318c3c24a984d2ae3..0ae6518f5760d0316616060cd6218e586b4b06c2 100644 (file)
@@ -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;