Browse Source

[1641] comment wording fix

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

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

@@ -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().