From: Evan Hunt Date: Thu, 28 May 2015 22:04:40 +0000 (-0700) Subject: [master] typo in comment X-Git-Tag: v9.11.0a1~757 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2bb245e04a841b1965d05fa4c51ab2426ff1847f;p=thirdparty%2Fbind9.git [master] typo in comment --- diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index b65d6833165..8748f3de546 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -380,7 +380,8 @@ static void fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) { dns_rpz_zbits_t mask; - /* qname_wait_recurse and qname_skip_recurse are used to + /* + * qname_wait_recurse and qname_skip_recurse are used to * implement the "qname-wait-recurse" config option. * * By default, "qname-wait-recurse" is yes, so no @@ -392,7 +393,7 @@ fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) { * * When "qname-wait-recurse" is no, qname_skip_recurse may be * set to a non-zero value by fix_qname_skip_recurse(). The mask - * has to have bits set for for the policy zones for which + * has to have bits set for the policy zones for which * processing may continue without recursion, and bits cleared * for the rest. *