BIND 10 trac2750, updated. a50e4235990f2b1b7090092e5fb19c7662480dd3 [2750] Fix typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 4 04:14:22 UTC 2013
The branch, trac2750 has been updated
via a50e4235990f2b1b7090092e5fb19c7662480dd3 (commit)
from 663bc38be6ba6371ac5d2c0e4e2db845fd384037 (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 a50e4235990f2b1b7090092e5fb19c7662480dd3
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Sep 4 09:44:14 2013 +0530
[2750] Fix typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/domaintree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index df52ed8..7372530 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -2780,7 +2780,7 @@ DomainTree<T>::removeRebalance
// To fix this: (a) if parent is colored RED, we can change its
// color to BLACK (to increment the number of black nodes in
// grandparent--parent-->path) and we're done with the
- // rebalacing; (b) if parent is colored BLACK, then we set
+ // rebalancing; (b) if parent is colored BLACK, then we set
// child=parent and go back to the beginning of the loop to
// repeat the original rebalancing problem 1 node higher up the
// tree (see NOTE #1 above).
More information about the bind10-changes
mailing list