]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1641] editorial cleanup: removed unnecessary ','
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 18:59:30 +0000 (10:59 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 18:59:30 +0000 (10:59 -0800)
src/lib/dns/tests/rdata_nsecbitmap_unittest.cc

index 80a6edf1b17094f83bc3b34bfad2d0558a35bd28..426a69e907078f46209ee65ee8d087f04766da18 100644 (file)
@@ -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() +