aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip4.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-27 11:39:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-27 11:39:07 +0000
commit4762995d1f8eb79986f777e812c3b0324a7c11d3 (patch)
tree32bc74f5bd2133c7cebe99823f8bee5f9c08e73e /lib/hostip4.c
parente3a530eb612d77e5021a7d6a0e79f3c98522d790 (diff)
avoid the sensitive word as it looks bad in some people's eyes
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r--lib/hostip4.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c
index cebc74d58..1244a47bf 100644
--- a/lib/hostip4.c
+++ b/lib/hostip4.c
@@ -172,9 +172,8 @@ Curl_addrinfo *Curl_ip2addr(in_addr_t num, char *hostname, int port)
/*
* Curl_getaddrinfo() - the ipv4 synchronous version.
*
- * The original code to this function was once stolen from the Dancer source
- * code, written by Bjorn Reese, it has since been patched and modified
- * considerably.
+ * The original code to this function was from the Dancer source code, written
+ * by Bjorn Reese, it has since been patched and modified considerably.
*
* gethostbyname_r() is the thread-safe version of the gethostbyname()
* function. When we build for plain IPv4, we attempt to use this