hostip: edit comment

This commit is contained in:
Yang Tse 2010-11-26 18:18:26 +01:00
parent 5088e3709d
commit c9081a8280
1 changed files with 1 additions and 1 deletions

View 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;