aboutsummaryrefslogtreecommitdiff
path: root/lib/README.hostip
diff options
context:
space:
mode:
Diffstat (limited to 'lib/README.hostip')
-rw-r--r--lib/README.hostip4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/README.hostip b/lib/README.hostip
index 03d896668..d5688fff1 100644
--- a/lib/README.hostip
+++ b/lib/README.hostip
@@ -28,8 +28,8 @@
hostsyn.c - functions for synchronous name resolves
asyn-ares.c - functions for asynchronous name resolves using c-ares
asyn-thread.c - functions for asynchronous name resolves using threads
- hostip4.c - ipv4-specific functions
- hostip6.c - ipv6-specific functions
+ hostip4.c - IPv4 specific functions
+ hostip6.c - IPv6 specific functions
The hostip.h is the single united header file for all this. It defines the
CURLRES_* defines based on the config*.h and curl_setup.h defines.