Browse Source

[1641] editorial cleanup: removed unnecessary ','

JINMEI Tatuya 13 years ago
parent
commit
eaff1f5816
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/rdata_nsecbitmap_unittest.cc

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

@@ -213,7 +213,7 @@ TYPED_TEST(NSECLikeBitmapTest, compare) {
     // Bit map: [win=0][len=1] 00000010, [win=4][len=1] 10000000
     this->compare_set.push_back(this->fromText(this->getCommonText() +
                                                "SOA TYPE1024"));
-    // Bit map: [win=0][len=1] 00100000,
+    // Bit map: [win=0][len=1] 00100000
     this->compare_set.push_back(this->fromText(this->getCommonText() + "NS"));
     // Bit map: [win=0][len=1] 00100010
     this->compare_set.push_back(this->fromText(this->getCommonText() +