Skip to content
Snippets Groups Projects
Commit 0433252e authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fix typos.

parent 5ce6f37e
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ Curl_freeaddrinfo(Curl_addrinfo *cahead)
/*
* Curl_getaddrinfo_ex()
*
* This is a warapper function around system's getaddrinfo(), with
* This is a wrapper function around system's getaddrinfo(), with
* the only difference that instead of returning a linked list of
* addrinfo structs this one returns a linked list of Curl_addrinfo
* ones. The memory allocated by this function *MUST* be free'd with
......@@ -334,7 +334,7 @@ Curl_he2ai(const struct hostent *he, int port)
/*
* curl_dofreeaddrinfo()
*
* This is Strictly for memory tracing and are using the same style as the
* This is strictly for memory tracing and are using the same style as the
* family otherwise present in memdebug.c. I put these ones here since they
* require a bunch of structs I didn't wanna include in memdebug.c
*/
......@@ -355,7 +355,7 @@ curl_dofreeaddrinfo(struct addrinfo *freethis,
/*
* curl_dogetaddrinfo()
*
* This is Strictly for memory tracing and are using the same style as the
* This is strictly for memory tracing and are using the same style as the
* family otherwise present in memdebug.c. I put these ones here since they
* require a bunch of structs I didn't wanna include in memdebug.c
*/
......
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