Browse Source

[2165] Update comment

Mukund Sivaraman 12 years ago
parent
commit
33ab70a67c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/message_unittest.cc

+ 1 - 1
src/lib/dns/tests/message_unittest.cc

@@ -373,7 +373,7 @@ TEST_F(MessageTest, removeRRset) {
         RRClass::IN(), RRType::AAAA()));
     EXPECT_EQ(4, message_render.getRRCount(Message::SECTION_ANSWER));
 
-    // Locate the AAAA RRset and remove it; this has one RR in it.
+    // Locate the AAAA RRset and remove it and any associated RRSIGs
     RRsetIterator i = message_render.beginSection(Message::SECTION_ANSWER);
     if ((*i)->getType() == RRType::A()) {
         ++i;