]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1581] Fix comment
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 13 Feb 2012 14:36:29 +0000 (15:36 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 13 Feb 2012 14:36:29 +0000 (15:36 +0100)
src/bin/auth/tests/query_unittest.cc

index 612cd407764c83e430a996f68109d9c36a8161bd..53003a062bcfcc9fa070a4d304811216d8b8886d 100644 (file)
@@ -1653,7 +1653,7 @@ TEST_F(QueryTest, findNSEC3) {
 TEST_F(QueryTest, nxrrsetWithNSEC3) {
     mock_finder->setNSEC3Flag(true);
 
-    // NXRRSET with DNSSEC proof.  We should have SOA, NSEC that proves the
+    // NXRRSET with DNSSEC proof.  We should have SOA, NSEC3 that proves the
     // NXRRSET and their RRSIGs.
     Query(memory_client, Name("www.example.com"), RRType::TXT(), response,
           true).process();