BIND 10 trac2877, updated. 000b191c2224d9117d02636ececcfaa23ba69447 [2877] style fix: folded a long line.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 10 16:29:24 UTC 2013


The branch, trac2877 has been updated
       via  000b191c2224d9117d02636ececcfaa23ba69447 (commit)
       via  44851acb14ff52295eaa9f3f68ffedc04c19de84 (commit)
      from  ccf16f3b82314b94b3aaffe2f58eac7464f404a0 (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 000b191c2224d9117d02636ececcfaa23ba69447
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 10 09:28:11 2013 -0700

    [2877] style fix: folded a long line.

commit 44851acb14ff52295eaa9f3f68ffedc04c19de84
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 10 09:23:09 2013 -0700

    [2877] corrected a typo (one made by myself in a previous commit)

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

Summary of changes:
 src/lib/datasrc/database.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index 299d322..61ee1e6 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -122,7 +122,7 @@ public:
     /// the "params" array to be filled with the values as described in this
     /// enumeration, in this order.
     ///
-    /// DEL_RNAME is included in case the reversed from is more convenient
+    /// DEL_RNAME is included in case the reversed form is more convenient
     /// for the underlying implementation to identify the record to be
     /// deleted (reversed names are generally easier to sort, which may help
     /// perform the search faster).  It's up to the underlying implementation
@@ -149,8 +149,8 @@ public:
         DEL_NSEC3_HASH = 0, ///< The hash (1st) label of the owren name,
                             ///< excluding the dot character.
         DEL_NSEC3_TYPE = 1, ///< The type of RR. Either RRSIG or NSEC3.
-        DEL_NSEC3_RDATA = 2, ///< Full text representation of the record's RDATA.
-                             ///< Must match the one in the database.
+        DEL_NSEC3_RDATA = 2, ///< Full text representation of the record's
+                             ///<  RDATA. Must match the one in the database.
         DEL_NSEC3_PARAM_COUNT = 3 ///< Number of parameters.
     };
 



More information about the bind10-changes mailing list