BIND 10 trac1803, updated. c40eee6618fe722031b2760d7107a8b39df9572b [1803] Make minor editorial fixes

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 10 04:02:14 UTC 2012


The branch, trac1803 has been updated
       via  c40eee6618fe722031b2760d7107a8b39df9572b (commit)
      from  3706d7583e672d807273ed9fe4dcad66d7f5774a (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 c40eee6618fe722031b2760d7107a8b39df9572b
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu May 10 08:14:30 2012 +0530

    [1803] Make minor editorial fixes

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

Summary of changes:
 src/lib/datasrc/rbtree.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index 0a229fb..ce6f9db 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/src/lib/datasrc/rbtree.h
@@ -237,7 +237,7 @@ private:
     /// Return if callback is enabled at the node.
     //@}
 
-private:
+
     /// \brief Define rbnode color
     enum RBNodeColor {BLACK, RED};
     /// This is a factory class method of a special singleton null node.
@@ -314,7 +314,7 @@ private:
     /// \par Adding down pointer to \c RBNode has two purposes:
     /// \li Accelerate the search process, with sub domain tree, it splits the
     ///     big flat tree into several hierarchy trees.
-    /// \li It saves memory useage as it allows storing only relative names,
+    /// \li It saves memory usage as it allows storing only relative names,
     ///     avoiding storage of the same domain labels multiple times.
     RBNode<T>*  down_;
 



More information about the bind10-changes mailing list