Parcourir la source

[3036] Trivial: documented parameter in doxygen.

Marcin Siodelski il y a 11 ans
Parent
commit
ef9de155bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/option6_client_fqdn.cc

+ 1 - 1
src/lib/dhcp/option6_client_fqdn.cc

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