Browse Source

[2108] Fix RRType in last commit comment

Mukund Sivaraman 12 years ago
parent
commit
46286a6732
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 1 - 1
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -300,7 +300,7 @@ TEST_F(MemoryClientTest, loadWildcardNSThrows) {
 }
 
 TEST_F(MemoryClientTest, loadWildcardDNAMEThrows) {
-    // Wildcard NS names should throw
+    // Wildcard DNAME names should throw
     EXPECT_THROW(client_->load(Name("example.org"),
                                TEST_DATA_DIR
                                "/example.org-wildcard-dname.zone"),