BIND 10 trac2107, updated. 25db0405ba8aa808b9481b32c3c229029870ea28 [2107] Make minor comment upates
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 28 02:48:49 UTC 2012
The branch, trac2107 has been updated
via 25db0405ba8aa808b9481b32c3c229029870ea28 (commit)
from 4bd4bf928475f7fe9181fc71f0d87546b7b8a760 (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 25db0405ba8aa808b9481b32c3c229029870ea28
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 28 08:18:08 2012 +0530
[2107] Make minor comment upates
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/domaintree.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index f5674dd..e7170e5 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -813,7 +813,7 @@ private:
* the \c insert() method will still return \c ALREADYEXISTS regardless of
* the search policy.
*
- * The template parameters taken by \c DomainTree is \c T (the type of
+ * The template parameter taken by \c DomainTree is \c T (the type of
* data which is stored by the tree).
*
* \anchor diagram
@@ -891,7 +891,7 @@ public:
/// used to destroy data stored in the tree nodes. It must have a
/// <code>operator()</code> method, which is called on a \c DataDeleter
/// instance and passed a pointer to the data (<code>T*</code>) to be
- /// destroyed. This method should be written to accept \c NULL arguments.
+ /// destroyed. This method should be written to accept a \c NULL argument.
///
/// \note The memory segment (\c mem_sgmt) must be the same one that
/// was originally used to allocate memory for the tree (and for all
@@ -913,7 +913,7 @@ public:
/// \param tree A non NULL pointer to a valid \c DomainTree object
/// that was originally created by the \c create() method (the behavior
/// is undefined if this condition isn't met).
- /// \param deleter A deleter fanctor or function to delete node data.
+ /// \param deleter A deleter functor or function to delete node data.
template <typename DataDeleter>
static void destroy(util::MemorySegment& mem_sgmt,
DomainTree<T>* tree,
More information about the bind10-changes
mailing list