Unverified Commit 811beab9 authored by Michał Janiszewski's avatar Michał Janiszewski Committed by Daniel Stenberg
Browse files

curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6

Closes #2275
parent 8f69a9f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),