From: Greg Ward Date: Wed, 29 Jan 2014 14:46:23 +0000 (-0500) Subject: resolver: spelling/punctuation in comments X-Git-Tag: release-1.7.0-rc1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b5dc47cf482a44e7192bd0892dcaa704d163ce;p=thirdparty%2Fldns.git resolver: spelling/punctuation in comments --- diff --git a/ldns/resolver.h b/ldns/resolver.h index 26d4f480..cbc33143 100644 --- a/ldns/resolver.h +++ b/ldns/resolver.h @@ -69,7 +69,7 @@ struct ldns_struct_resolver /** Round trip time; 0 -> infinity. Unit: ms? */ size_t *_rtt; - /** Wether or not to be recursive */ + /** Whether or not to be recursive */ bool _recursive; /** Print debug information */ @@ -101,7 +101,7 @@ struct ldns_struct_resolver bool _usevc; /** Whether to ignore the tc bit */ bool _igntc; - /** Whether to use ip6, 0->does not matter, 1 is IPv4, 2 is IPv6 */ + /** Whether to use ip6: 0->does not matter, 1 is IPv4, 2 is IPv6 */ uint8_t _ip6; /** If true append the default domain */ bool _defnames;