From: JINMEI Tatuya Date: Mon, 13 Feb 2012 18:59:30 +0000 (-0800) Subject: [1641] editorial cleanup: removed unnecessary ',' X-Git-Tag: trac2351_base~97^2~37^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eaff1f5816bd2ed57a011f658e0b2dd762800079;p=thirdparty%2Fkea.git [1641] editorial cleanup: removed unnecessary ',' --- diff --git a/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc b/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc index 80a6edf1b1..426a69e907 100644 --- a/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc +++ b/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() +