From 5db5a8b5e688404df2d6d3cec452d25a7700f935 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 18 Sep 2015 09:53:27 +0200 Subject: [PATCH] Correct some comment text --- src/dnssec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dnssec.c b/src/dnssec.c index 859b942d..b66fa0ff 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -2142,9 +2142,8 @@ static int key_proves_nonexistance( * NSEC->name: * * - An empty non terminal (ENT) will result in a NSEC covering the - * qname, where qname > NSEC->name and ce(qname) is a subdomain - * of NXT. This case is handled below after the covering NSEC is - * found. + * qname, where qname > NSEC->name and ce(qname) is parent of NXT. + * This case is handled below after the covering NSEC is found. * * - Or a wildcard match without the type. The wildcard owner name * match has special handing in the find_nsec_covering_name function.