BIND 10 master, updated. fb283c1a0e6f8cdacc9c326f00caef141b058f1f [master] fixed a minor typo in a comment line. pushing it directly.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 5 17:59:43 UTC 2011


The branch, master has been updated
       via  fb283c1a0e6f8cdacc9c326f00caef141b058f1f (commit)
      from  4c178871eba133fbbf56c2dac1dde1a28ad20477 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fb283c1a0e6f8cdacc9c326f00caef141b058f1f
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 5 10:59:27 2011 -0700

    [master] fixed a minor typo in a comment line.  pushing it directly.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/util/encode/base_n.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/encode/base_n.cc b/src/lib/util/encode/base_n.cc
index e79f11d..406dc77 100644
--- a/src/lib/util/encode/base_n.cc
+++ b/src/lib/util/encode/base_n.cc
@@ -138,7 +138,7 @@ private:
 // DecodeNormalizer is an input iterator intended to be used as a filter
 // between the encoded baseX stream and binary_from_baseXX.
 // A DecodeNormalizer object is configured with three string iterators
-// (base, base_beinpad, and base_beginpad), specifying the head of the string,
+// (base, base_beginpad, and base_end), specifying the head of the string,
 // the beginning position of baseX padding (when there's padding), and
 // end of the string, respectively.  It internally iterators over the original
 // stream, and return each character of the encoded string via its dereference




More information about the bind10-changes mailing list