Browse Source

[1305] fixed typo in comments

JINMEI Tatuya 13 years ago
parent
commit
9ebdb058e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/database_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/database_unittest.cc

@@ -1619,7 +1619,7 @@ TYPED_TEST(DatabaseClientTest, wildcard) {
                    this->expected_rdatas_, this->expected_sig_rdatas_);
     }
 
-    // With FIND_DNSSEC, it should result in WILDCARD_EMPTY.
+    // With FIND_DNSSEC, it should result in WILDCARD_NXRRSET.
     const char* negative_dnssec_names[] = {
         "a.bar.example.org.",
         "foo.baz.bar.example.org.",