BIND 10 trac2107, updated. 4ecc4e3295bddf87f14f2e60fca98ceac05fbf1d [2107] Fix another API doc issue in LabelSequence::equals()

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 27 02:00:10 UTC 2012


The branch, trac2107 has been updated
       via  4ecc4e3295bddf87f14f2e60fca98ceac05fbf1d (commit)
      from  b93c6e1daacfdd32d6952987186576ec3b01a534 (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 4ecc4e3295bddf87f14f2e60fca98ceac05fbf1d
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Aug 27 07:29:51 2012 +0530

    [2107] Fix another API doc issue in LabelSequence::equals()

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

Summary of changes:
 src/lib/dns/labelsequence.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h
index f6dac20..35613f5 100644
--- a/src/lib/dns/labelsequence.h
+++ b/src/lib/dns/labelsequence.h
@@ -204,7 +204,7 @@ public:
     /// LabelSequence and another LabelSequence for equality.
     ///
     /// \param other The LabelSequence to compare with
-    /// \param case_sensitive If true, comparison is case-insensitive
+    /// \param case_sensitive If true, comparison is case-sensitive
     /// \return true if The label sequences consist are the same length,
     ///         and contain the same data.
     bool equals(const LabelSequence& other, bool case_sensitive = false) const;



More information about the bind10-changes mailing list