Fix a typo in a doxygen comment. Reported by 亦得.

This commit is contained in:
Nick Mathewson 2014-10-09 10:14:12 -04:00
parent b34e4ac3a4
commit be1aeff21a

View File

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