From: MichaƂ Janiszewski Date: Mon, 29 Jan 2018 20:23:41 +0000 (+0100) Subject: curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6 X-Git-Tag: curl-7_59_0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=811beab9f;p=thirdparty%2Fcurl.git curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6 Closes #2275 --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 7e1bc4c94d..69283eb083 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),