BIND 10 trac1060, updated. dd7e5d47df1e9af687cdc87c2d2595893eefec12 [trac1060] comment wording fix: s/Memory/InMemory/
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 28 13:15:24 UTC 2011
The branch, trac1060 has been updated
via dd7e5d47df1e9af687cdc87c2d2595893eefec12 (commit)
from 8907c6a5c71816483099683e0ddcaf11cf3a7912 (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 dd7e5d47df1e9af687cdc87c2d2595893eefec12
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jul 28 09:14:58 2011 -0400
[trac1060] comment wording fix: s/Memory/InMemory/
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/rbtree.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index 03a6967..ccdfa48 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/src/lib/datasrc/rbtree.h
@@ -704,9 +704,9 @@ public:
/// \brief Find with callback and node chain.
///
/// This version of \c find() is specifically designed for the backend
- /// of the \c MemoryZone class, and implements all necessary features
- /// for that purpose. Other applications shouldn't need these additional
- /// features, and should normally use the simpler versions.
+ /// of the \c InMemoryZoneFinder class, and implements all necessary
+ /// features for that purpose. Other applications shouldn't need these
+ /// additional features, and should normally use the simpler versions.
///
/// This version of \c find() calls the callback whenever traversing (on
/// the way from root down the tree) a marked node on the way down through
More information about the bind10-changes
mailing list