]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3036] Trivial: documented parameter in doxygen.
authorMarcin Siodelski <marcin@isc.org>
Fri, 16 Aug 2013 13:39:19 +0000 (15:39 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 16 Aug 2013 13:39:19 +0000 (15:39 +0200)
src/lib/dhcp/option6_client_fqdn.cc

index 5cd26647de884f01c7580e73cd2a5e6f94d57c2d..c5fe419c03767d92f2939cf06a069b47e2d7a4a7 100644 (file)
@@ -47,7 +47,7 @@ public:
     /// @param flags A value of the flags option field.
     /// @param domain_name A domain name carried by the option given in the
     /// textual format.
-    /// @param domain_name_type A value which indicates whether domain-name
+    /// @param name_type A value which indicates whether domain-name
     /// is partial of fully qualified.
     Option6ClientFqdnImpl(const uint8_t flags,
                           const std::string& domain_name,