BIND 10 trac1177, updated. 4c86025464db4603ec07490169aaf4b77868057b [1177] fixed a few minor typo directly.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 23 06:10:10 UTC 2011
The branch, trac1177 has been updated
via 4c86025464db4603ec07490169aaf4b77868057b (commit)
from 7a061c2e82d62e2b275cb5a8d7460dce7d36f050 (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 4c86025464db4603ec07490169aaf4b77868057b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Sep 22 23:10:00 2011 -0700
[1177] fixed a few minor typo directly.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.cc | 2 +-
src/lib/datasrc/database.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index 3088c82..50b2a4d 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -308,7 +308,7 @@ namespace {
// convenient.
//
// While this is not straightforward use of the + operator, some mathematical
-// conventions do allow summing sets with elements (usually in communitative
+// conventions do allow summing sets with elements (usually in commutative
// way, we define only one order of the operator parameters, as the other
// isn't used).
//
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index 709ae77..1284f57 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -659,7 +659,7 @@ public:
* \param name Which domain name should be scanned.
* \param types List of types the caller is interested in.
* \param check_ns If this is set to true, it checks nothing lives
- * together with NS record (with few little exceptions, like RRSET
+ * together with NS record (with few little exceptions, like RRSIG
* or NSEC). This check is meant for non-apex NS records.
* \param construct_name If this is NULL, the resulting RRsets have
* their name set to name. If it is not NULL, it overrides the name
More information about the bind10-changes
mailing list