Browse Source

a minor editorial fix to a comment

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2497 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
54ef101b56
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/util/base_n.cc

+ 2 - 1
src/lib/dns/util/base_n.cc

@@ -62,7 +62,8 @@ namespace dns {
 //                     => baseXX_from_binary (convert each bit group to an
 //                                            encoded byte using the mapping)
 // Decoding:
-//   input baseXX text => Normalizer (convert '=' to 0 bits)
+//   input baseXX text => Normalizer (convert '='s to the encoded characters
+//                                    corresponding to 0, e.g. 'A's in base64)
 //                     => binary_from_baseXX (convert each encoded byte into
 //                                            the original group bit)
 //                     => transform_width (build original byte stream by