]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2796] correct doxygen comment
authorYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 29 May 2013 04:20:25 +0000 (13:20 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 29 May 2013 04:20:25 +0000 (13:20 +0900)
src/bin/auth/statistics.h

index 9fe2c4ea627f82cc22625b5cce8cd3a83a20e10a..2ab987d40f7c61b7d4de22652aef4a4146ac2040 100644 (file)
@@ -182,8 +182,7 @@ public:
 
     /// \brief Set Recursion Desired (RD) bit of the request.
     ///
-    /// \param with_dnssec_ok true if Recursion Desired (RD)bit of the request
-    //                        is set
+    /// \param with_rd true if Recursion Desired (RD)bit of the request is set
     /// \throw None
     void setRequestRD(const bool with_rd) {
         bit_attributes_[REQ_WITH_RD] = with_rd;