[svn] commit: r3873 - /branches/trac397focused/src/lib/datasrc/rbtree.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 16 22:48:52 UTC 2010


Author: jinmei
Date: Thu Dec 16 22:48:52 2010
New Revision: 3873

Log:
a minor wording fix

Modified:
    branches/trac397focused/src/lib/datasrc/rbtree.h

Modified: branches/trac397focused/src/lib/datasrc/rbtree.h
==============================================================================
--- branches/trac397focused/src/lib/datasrc/rbtree.h (original)
+++ branches/trac397focused/src/lib/datasrc/rbtree.h Thu Dec 16 22:48:52 2010
@@ -503,7 +503,7 @@
         &(up_node->down_) : &root_;
     // using auto_ptr here is avoid memory leak in case of exceptoin raised 
     // after the RBNode creation, if we can make sure no exception will be 
-    // raised until the end of the function, we use remove it for optimization
+    // raised until the end of the function, we can remove it for optimization
     std::auto_ptr<RBNode<T> > node(new RBNode<T>(name));
     node->parent_ = parent;
     if (parent == NULLNODE) {




More information about the bind10-changes mailing list