BIND 10 trac1613, updated. 427039d6ab89abc66c53479f27e5c15d677b1431 [1613] fixed trivial typos in comments.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 15 23:04:28 UTC 2012
The branch, trac1613 has been updated
via 427039d6ab89abc66c53479f27e5c15d677b1431 (commit)
from 82708a4ff9185158d779cc194e94fc3aa1c3bd09 (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 427039d6ab89abc66c53479f27e5c15d677b1431
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Feb 15 15:03:55 2012 -0800
[1613] fixed trivial typos in comments.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/statistics_unittest.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/statistics_unittest.cc b/src/bin/auth/tests/statistics_unittest.cc
index aa21d27..0595829 100644
--- a/src/bin/auth/tests/statistics_unittest.cc
+++ b/src/bin/auth/tests/statistics_unittest.cc
@@ -341,7 +341,7 @@ TEST_F(AuthCountersTest, submitStatisticsWithAllOpcodeCounters) {
}
TEST_F(AuthCountersTest, submitStatisticsWithRcodeCounters) {
- // Increment some of the opcode counters. Then they should appear in the
+ // Increment some of the rcode counters. Then they should appear in the
// submitted data; others shouldn't
const int rcode_results[17] = { 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 0, 0, 0, 0, 0, 0, 11 };
@@ -353,7 +353,7 @@ TEST_F(AuthCountersTest, submitStatisticsWithRcodeCounters) {
}
TEST_F(AuthCountersTest, submitStatisticsWithAllRcodeCounters) {
- // Increment all opcode counters. Then they should appear in the
+ // Increment all rcode counters. Then they should appear in the
// submitted data.
const int rcode_results[17] = { 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1 };
More information about the bind10-changes
mailing list