Browse Source

[2796] correct doxygen comment

Yoshitaka Aharen 12 years ago
parent
commit
d3a4dc9a80
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/auth/statistics.h

+ 1 - 2
src/bin/auth/statistics.h

@@ -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;