]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1575] wording fixes for the description of NSEC3Hash.calculate()
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:00:00 +0000 (10:00 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jan 2012 18:00:00 +0000 (10:00 -0800)
src/lib/dns/nsec3hash.h

index 7629485c596aa17520b13e9f0944ad75a72387bd..eba508a6354ba661a19963c8cd0f45c457898efe 100644 (file)
@@ -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.