From: Michal 'vorner' Vaner Date: Mon, 13 Feb 2012 14:36:29 +0000 (+0100) Subject: [1581] Fix comment X-Git-Tag: trac2351_base~97^2~38^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad2bcdd85d6e40cbfd9eb99acf817b626083962c;p=thirdparty%2Fkea.git [1581] Fix comment --- diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc index 612cd40776..53003a062b 100644 --- a/src/bin/auth/tests/query_unittest.cc +++ b/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();