]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
resolver: spelling/punctuation in comments
authorGreg Ward <greg@gerg.ca>
Wed, 29 Jan 2014 14:46:23 +0000 (09:46 -0500)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 29 Jan 2014 15:10:12 +0000 (16:10 +0100)
ldns/resolver.h

index 26d4f480b5fca8babbbde1f8243e59f4e9f94f3f..cbc331433998d18b4b2a07ea508b37cbcfa51169 100644 (file)
@@ -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;