Browse Source

[1575] wording fixes for the description of NSEC3Hash.calculate()

JINMEI Tatuya 13 years ago
parent
commit
0d483e15eb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/dns/nsec3hash.h

+ 3 - 3
src/lib/dns/nsec3hash.h

@@ -102,9 +102,9 @@ public:
     ///
     /// This method calculates the NSEC3 hash value for the given \c name
     /// with the hash parameters (algorithm, iterations and salt) given at
-    /// construction, and returns the value in a base32hex-encoded string
-    /// (without containing any white spaces).  All alphabets in the string
-    /// will be upper cased.
+    /// construction, and returns the value as a base32hex-encoded string
+    /// (without containing any white spaces).  All US-ASCII letters in the
+    /// string will be upper cased.
     ///
     /// \param name The domain name for which the hash value is to be
     /// calculated.