From 35b5dc47cf482a44e7192bd0892dcaa704d163ce Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 29 Jan 2014 09:46:23 -0500 Subject: [PATCH] resolver: spelling/punctuation in comments --- ldns/resolver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3