BIND 10 trac1688, updated. ff926e066594778c68772d77c3ecfe271fe3079c [1688] trivial editorial fixes.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 20 07:00:59 UTC 2012


The branch, trac1688 has been updated
       via  ff926e066594778c68772d77c3ecfe271fe3079c (commit)
      from  489ef518a4a386d7c86534f15db8621210c8ce9d (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 ff926e066594778c68772d77c3ecfe271fe3079c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Mar 20 00:00:45 2012 -0700

    [1688] trivial editorial fixes.

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

Summary of changes:
 src/bin/auth/query.cc |    2 +-
 src/lib/dns/rrset.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index 3b698b5..4bc6190 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -63,7 +63,7 @@ public:
     {}
 
     // \brief Set Target Section
-    // 
+    //
     // Sets the section into which the information added by addRRset will be
     // inserted.
     //
diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h
index 082e17d..7e137a3 100644
--- a/src/lib/dns/rrset.h
+++ b/src/lib/dns/rrset.h
@@ -497,7 +497,7 @@ public:
     /// This is because with ordering based on A, B and C (in that order), the
     /// algorithm needs to do two checks on A and B - a "less than" check and a
     /// check for equality.  It only needs to do a "less than" check on C.
-    /// equality.  It only needs to do one check on C, 
+    /// equality.  It only needs to do one check on C,
     ///
     /// \param other The other AbstractRRset to compare against.
     ///



More information about the bind10-changes mailing list