From: Mukund Sivaraman Date: Mon, 27 Aug 2012 01:59:51 +0000 (+0530) Subject: [2107] Fix another API doc issue in LabelSequence::equals() X-Git-Tag: trac2351_base~109^2~1^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ecc4e3295bddf87f14f2e60fca98ceac05fbf1d;p=thirdparty%2Fkea.git [2107] Fix another API doc issue in LabelSequence::equals() --- diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h index f6dac20d5d..35613f5d53 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;