From 4ecc4e3295bddf87f14f2e60fca98ceac05fbf1d Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 27 Aug 2012 07:29:51 +0530 Subject: [PATCH] [2107] Fix another API doc issue in LabelSequence::equals() --- 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 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; -- 2.47.3