Parcourir la source

[1638] updated comment wording

JINMEI Tatuya il y a 13 ans
Parent
commit
326b046810
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/rdata/generic/nsec3_50.cc

+ 1 - 1
src/lib/dns/rdata/generic/nsec3_50.cc

@@ -72,7 +72,7 @@ NSEC3::NSEC3(const string& nsec3_str) :
     const ParseNSEC3ParamResult params =
         parseNSEC3ParamText("NSEC3", nsec3_str, iss, salt);
 
-    // Extract Next hash.  It must not be a padded base32hex string.
+    // Extract Next hash.  It must be an unpadded base32hex string.
     string nexthash;
     iss >> nexthash;
     if (iss.bad() || iss.fail()) {