Browse Source

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

Mukund Sivaraman 12 years ago
parent
commit
4ecc4e3295
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/labelsequence.h

+ 1 - 1
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;