BIND 10 trac2223, updated. 26313fafb0f28d8bb1e440c83a780cdb6fc6fda2 [2223] editorial: a missing period in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 16 17:42:02 UTC 2012
The branch, trac2223 has been updated
via 26313fafb0f28d8bb1e440c83a780cdb6fc6fda2 (commit)
from 579b92381b604c84f70ae5fe6237ca5dc45a9302 (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 26313fafb0f28d8bb1e440c83a780cdb6fc6fda2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Oct 16 10:41:42 2012 -0700
[2223] editorial: a missing period in comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/testutils/dnsmessage_test.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/testutils/dnsmessage_test.h b/src/lib/testutils/dnsmessage_test.h
index 7456b24..02550eb 100644
--- a/src/lib/testutils/dnsmessage_test.h
+++ b/src/lib/testutils/dnsmessage_test.h
@@ -279,7 +279,7 @@ rrsetsCheck(EXPECTED_ITERATOR expected_begin, EXPECTED_ITERATOR expected_end,
// Make sure there's no duplicate RRset in actual (using a naive
// search). By guaranteeing the actual set is unique, and the
// size of both vectors is the same, we can conclude that
- // the two sets are identical after this loop
+ // the two sets are identical after this loop.
// Note: we cannot use EXPECT_EQ for iterators
EXPECT_TRUE(checked_rrsets.end() ==
std::find_if(checked_rrsets.begin(), checked_rrsets.end(),
More information about the bind10-changes
mailing list