Skip to content
Snippets Groups Projects
Commit 9f92657f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle corrected two comments

parent 9f341f9c
No related branches found
No related tags found
No related merge requests found
......@@ -185,9 +185,9 @@ int Curl_num_addresses(const Curl_addrinfo *addr)
}
/*
* 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.
*
* If the conversion fails, it returns NULL.
*/
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment