[svn] commit: r4084 - /branches/trac454/src/lib/datasrc/rbtree.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 29 21:49:22 UTC 2010
Author: jinmei
Date: Wed Dec 29 21:49:22 2010
New Revision: 4084
Log:
fixed a comment typo
Modified:
branches/trac454/src/lib/datasrc/rbtree.h
Modified: branches/trac454/src/lib/datasrc/rbtree.h
==============================================================================
--- branches/trac454/src/lib/datasrc/rbtree.h (original)
+++ branches/trac454/src/lib/datasrc/rbtree.h Wed Dec 29 21:49:22 2010
@@ -339,8 +339,8 @@
/// if it throws, the exception will be propagated to the caller.
///
/// \param name Target to be found
- /// \param node On success (either \c EXAMPLE or \c PARTIALMATCH) it will
- /// store a pointer to the matching node
+ /// \param node On success (either \c EXACTMATCH or \c PARTIALMATCH)
+ /// it will store a pointer to the matching node
/// \param callback If non \c NULL, a call back function to be called
/// at "delegation" nodes (see above).
/// \param callback_arg A caller supplied argument to be passed to
More information about the bind10-changes
mailing list