BIND 10 trac1603, updated. 38278a2b5a74a76708d89862f8e9eee56bd84ab1 [1603] one more editorial update in comments

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Mar 10 23:57:50 UTC 2012


The branch, trac1603 has been updated
       via  38278a2b5a74a76708d89862f8e9eee56bd84ab1 (commit)
      from  0b55e11e55f2422e2aa1f920f48debac92d826af (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 38278a2b5a74a76708d89862f8e9eee56bd84ab1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sat Mar 10 15:57:33 2012 -0800

    [1603] one more editorial update in comments

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/messagerenderer.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/messagerenderer.cc b/src/lib/dns/messagerenderer.cc
index 1ac5cdf..e704ba0 100644
--- a/src/lib/dns/messagerenderer.cc
+++ b/src/lib/dns/messagerenderer.cc
@@ -238,8 +238,8 @@ MessageRenderer::clear() {
     impl_->truncated_ = false;
     impl_->compress_mode_ = CASE_INSENSITIVE;
 
-    // Clear the hash table and name placeholders.  We reserve the minimum
-    // space for possible subsequent use of the renderer.
+    // Clear the hash table.  We reserve the minimum space for possible
+    // subsequent use of the renderer.
     for (size_t i = 0; i < MessageRendererImpl::BUCKETS; ++i) {
         if (impl_->table_[i].size() > MessageRendererImpl::RESERVED_ITEMS) {
             // Trim excessive capacity: reserve() invalidates the excessive



More information about the bind10-changes mailing list