aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-10 11:55:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-10 11:55:37 +0000
commit9f92657f7630b46acb9ba79c8adbb6fa95145a1e (patch)
tree96d3d0a96235778feeaf5fcd5a81755f925aa3c1 /lib/hostip.h
parent9f341f9ce5ff2cc85a4cbdd38cd4b5c68b02504d (diff)
Gisle corrected two comments
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index 82aa4d59c..ecf6f4d48 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -136,9 +136,9 @@ void Curl_hostent_relocate(struct hostent *h, long offset);
Curl_addrinfo *Curl_addrinfo_copy(Curl_addrinfo *orig);
/*
- * Curl_printable_address() returns a printable version of the
- * 1st address given in the 2nd argument. The result will be stored
- * in the buf that is bufsize bytes big.
+ * Curl_printable_address() returns a printable version of the 1st address
+ * given in the 'ip' argument. The result will be stored in the buf that is
+ * bufsize bytes big.
*/
const char *Curl_printable_address(const Curl_ipconnect *ip,
char *buf, size_t bufsize);