Gisle corrected two comments

This commit is contained in:
Daniel Stenberg 2004-06-10 11:55:37 +00:00
parent 9f341f9ce5
commit 9f92657f76
2 changed files with 6 additions and 6 deletions

View File

@ -185,9 +185,9 @@ int Curl_num_addresses(const Curl_addrinfo *addr)
} }
/* /*
* Curl_printable_address() returns a printable version of the 1st * Curl_printable_address() returns a printable version of the 1st address
* address given in the 2nd argument. The result will be stored in * given in the 'ip' argument. The result will be stored in the buf that is
* the buf that is bufsize bytes big. * bufsize bytes big.
* *
* If the conversion fails, it returns NULL. * If the conversion fails, it returns NULL.
*/ */

View File

@ -136,9 +136,9 @@ void Curl_hostent_relocate(struct hostent *h, long offset);
Curl_addrinfo *Curl_addrinfo_copy(Curl_addrinfo *orig); Curl_addrinfo *Curl_addrinfo_copy(Curl_addrinfo *orig);
/* /*
* Curl_printable_address() returns a printable version of the * Curl_printable_address() returns a printable version of the 1st address
* 1st address given in the 2nd argument. The result will be stored * given in the 'ip' argument. The result will be stored in the buf that is
* in the buf that is bufsize bytes big. * bufsize bytes big.
*/ */
const char *Curl_printable_address(const Curl_ipconnect *ip, const char *Curl_printable_address(const Curl_ipconnect *ip,
char *buf, size_t bufsize); char *buf, size_t bufsize);