curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6

Closes #2275
This commit is contained in:
Michał Janiszewski 2018-01-29 21:23:41 +01:00 committed by Daniel Stenberg
parent 8f69a9f28a
commit 811beab9f2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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),