Parcourir la source

[2108] Fix comment

Mukund Sivaraman il y a 12 ans
Parent
commit
c531154142
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

@@ -468,7 +468,7 @@ TEST_F(MemoryClientTest, getIterator) {
     EXPECT_TRUE(rrset_soa);
     EXPECT_EQ(RRType::SOA(), rrset_soa->getType());
 
-    // There's nothing else in this zone
+    // There's nothing else in this iterator
     EXPECT_EQ(ConstRRsetPtr(), iterator->getNextRRset());
 
     // Iterating past the end should result in an exception