aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-11-26 18:18:26 +0100
committerYang Tse <yangsita@gmail.com>2010-11-26 18:18:26 +0100
commitc9081a8280dfcb6e33db2ec23d0d570813694514 (patch)
tree80d78bfc5f292fe3ef0b257358ff002cf5659ad2 /lib/hostip.c
parent5088e3709d7629eaa234315a02c1093a5d32562d (diff)
hostip: edit comment
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
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;