BIND 10 trac2107merge, updated. e69183d61f5827e70f6ea47129d3cd6fee9d7561 [2107] Fix a typo in a comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 29 01:31:06 UTC 2012
The branch, trac2107merge has been updated
via e69183d61f5827e70f6ea47129d3cd6fee9d7561 (commit)
from 0aeb26af21dc9828af28565e4da127b4d898bbdd (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 e69183d61f5827e70f6ea47129d3cd6fee9d7561
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Aug 29 07:00:36 2012 +0530
[2107] Fix a typo in a comment
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/memory/tests/domaintree_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/domaintree_unittest.cc b/src/lib/datasrc/memory/tests/domaintree_unittest.cc
index 3a0fdd7..ab6cb1e 100644
--- a/src/lib/datasrc/memory/tests/domaintree_unittest.cc
+++ b/src/lib/datasrc/memory/tests/domaintree_unittest.cc
@@ -156,7 +156,7 @@ TEST_F(DomainTreeTest, insertNames) {
Name("example.com"),
&dtnode));
EXPECT_EQ(17, dtree.getNodeCount());
- // ad data to it; also make sure it doesn't have data right now
+ // add data to it; also make sure it doesn't have data right now
// (otherwise it would leak)
EXPECT_EQ(static_cast<int*>(NULL), dtnode->setData(new int(12)));
More information about the bind10-changes
mailing list