summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-09 10:14:30 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-09 10:14:30 -0400
commit0fb71c35dc5763afc32f9ef5641cd2f50745f066 (patch)
treec8fb862739ef412c172bc0d414cd393e80452855
parent07b5e45ba53182bf61a3eee6cef57d48ef776111 (diff)
parentbe1aeff21a7824d5113b36ebdba6d0d46477fd28 (diff)
downloadlibevent-0fb71c35dc5763afc32f9ef5641cd2f50745f066.tar.gz
Merge remote-tracking branch 'origin/patches-2.0'
-rw-r--r--include/event2/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/dns.h b/include/event2/dns.h
index a00c83e6..f052af68 100644
--- a/include/event2/dns.h
+++ b/include/event2/dns.h
@@ -453,7 +453,7 @@ int evdns_base_set_option(struct evdns_base *base, const char *option, const cha
@param base the evdns_base to which to apply this operation
@param flags any of DNS_OPTION_NAMESERVERS|DNS_OPTION_SEARCH|DNS_OPTION_MISC|
- DNS_OPTIONS_HOSTSFILE|DNS_OPTIONS_ALL
+ DNS_OPTION_HOSTSFILE|DNS_OPTIONS_ALL
@param filename the path to the resolv.conf file
@return 0 if successful, or various positive error codes if an error
occurred (see above)