Parcourir la source

[2108] Minor fix to the last comment

Mukund Sivaraman il y a 12 ans
Parent
commit
ea0b94856e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

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

@@ -67,7 +67,7 @@ protected:
 };
 
 TEST_F(MemoryClientTest, loadRRsetDoesntMatchOrigin) {
-    // Attempting to add example.org to example.com zone should result
+    // Attempting to load example.org to example.com zone should result
     // in an exception.
     EXPECT_THROW(client_->load(Name("example.com"),
                                TEST_DATA_DIR "/example.org-empty.zone"),