Parcourir la source

[1581] Fix comment

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
ad2bcdd85d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/auth/tests/query_unittest.cc

+ 1 - 1
src/bin/auth/tests/query_unittest.cc

@@ -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();