diff options
author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2018-01-29 21:23:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-30 08:34:11 +0100 |
commit | 811beab9f245f9579d3725381f63e6cb24e73508 (patch) | |
tree | 8e1315a17a37fb877cd732032bc5f50344379e4d /include | |
parent | 8f69a9f28abf98a10a50b3bae5ba319660de82ee (diff) | |
download | curl-811beab9f245f9579d3725381f63e6cb24e73508.tar.gz |
curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6
Closes #2275
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 7e1bc4c94..69283eb08 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1662,7 +1662,7 @@ typedef enum { * Only supported by the c-ares DNS backend */ CINIT(DNS_LOCAL_IP4, STRINGPOINT, 222), - /* Set the local IPv4 address to use for outgoing DNS requests. + /* Set the local IPv6 address to use for outgoing DNS requests. * Only supported by the c-ares DNS backend */ CINIT(DNS_LOCAL_IP6, STRINGPOINT, 223), |