Correct some comment text

This commit is contained in:
Willem Toorop 2015-09-18 09:53:27 +02:00
parent 145e6928bd
commit 5db5a8b5e6
1 changed files with 2 additions and 3 deletions

View File

@ -2142,9 +2142,8 @@ static int key_proves_nonexistance(
* NSEC->name: * NSEC->name:
* *
* - An empty non terminal (ENT) will result in a NSEC covering the * - An empty non terminal (ENT) will result in a NSEC covering the
* qname, where qname > NSEC->name and ce(qname) is a subdomain * qname, where qname > NSEC->name and ce(qname) is parent of NXT.
* of NXT. This case is handled below after the covering NSEC is * This case is handled below after the covering NSEC is found.
* found.
* *
* - Or a wildcard match without the type. The wildcard owner name * - Or a wildcard match without the type. The wildcard owner name
* match has special handing in the find_nsec_covering_name function. * match has special handing in the find_nsec_covering_name function.