Browse Source

[1306] a minor wording fix

JINMEI Tatuya 13 years ago
parent
commit
c6df34ee69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/query_unittest.cc

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

@@ -775,7 +775,7 @@ TEST_F(QueryTest, emptyNameWithNSEC) {
     // Section 3.1.3.2 of RFC4035.
     // mx.example.com. NSEC ).no.example.com. proves no.example.com. is a
     // non empty terminal node.  Note that it also implicitly proves there
-    // shouldn't be no closer wildcard match (because the empty name is an
+    // should be no closer wildcard match (because the empty name is an
     // exact match), so we only need one NSEC.
     // From the point of the Query::process(), this is actually no different
     // from the other NXRRSET case, but we check that explicitly just in case.