]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2107] Fix another API doc issue in LabelSequence::equals()
authorMukund Sivaraman <muks@isc.org>
Mon, 27 Aug 2012 01:59:51 +0000 (07:29 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 27 Aug 2012 01:59:51 +0000 (07:29 +0530)
src/lib/dns/labelsequence.h

index f6dac20d5d96803269cabb2e62f9e5e54ee5c0df..35613f5d53cfcb016b64c4c3de3d973c8327614d 100644 (file)
@@ -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;