Browse Source

[2108] Fix comment

Mukund Sivaraman 12 years ago
parent
commit
c531154142
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

@@ -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