]> granicus.if.org Git - curl/commitdiff
curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6
authorMichał Janiszewski <janisozaur@users.noreply.github.com>
Mon, 29 Jan 2018 20:23:41 +0000 (21:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jan 2018 07:34:11 +0000 (08:34 +0100)
Closes #2275

include/curl/curl.h

index 7e1bc4c94dea5ce1b9306f63bffd21830a46d5d5..69283eb0836432d04161e1ef6f5a7c5db5a27e2f 100644 (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),