]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1641] comment wording fix
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 18:57:34 +0000 (10:57 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 18:57:34 +0000 (10:57 -0800)
src/lib/dns/tests/rdata_nsecbitmap_unittest.cc

index db0fc695d84d32c1d74046bb6665ee96dfe5c940..896c62fa97c6c72ef8dce79a0fb2e6c8de53ba80 100644 (file)
@@ -186,7 +186,8 @@ TYPED_TEST(NSECLikeBitmapTest, toText) {
     rdata_text = this->getCommonText() + "NS DLV";
     EXPECT_EQ(rdata_text, this->fromText(rdata_text).toText());
 
-    // Make sure all possible bits in a one-octet bitmap field correctly.
+    // Make sure all possible bits in a one-octet bitmap field are handled
+    // correctly.
     // We use the range around 1024 (reasonably higher number) so it's
     // unlikely that they have predefined mnemonic and can be safely converted
     // to TYPEnnnn by toText().