From: Francis Dupont Date: Fri, 20 Feb 2015 11:37:03 +0000 (+0100) Subject: [master] v4/v6 typos in comments X-Git-Tag: trac3723_base~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5256ef779e70b6d9216b659409e8211498e66f7;p=thirdparty%2Fkea.git [master] v4/v6 typos in comments --- diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 5e2c8857a0..140651f230 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -210,13 +210,13 @@ public: /// @brief Returns pointer to non-const object holding subnets configuration /// for DHCPv6. /// - /// @return Pointer to the object holding subnets configuration for DHCPv4. + /// @return Pointer to the object holding subnets configuration for DHCPv6. CfgSubnets6Ptr getCfgSubnets6() { return (cfg_subnets6_); } /// @brief Returns pointer to const object holding subnets configuration for - /// DHCPv4. + /// DHCPv6. /// /// @return Pointer to the object holding subnets configuration for DHCPv6. ConstCfgSubnets6Ptr getCfgSubnets6() const { @@ -360,7 +360,7 @@ private: /// @brief Pointer to subnets configuration for IPv4. CfgSubnets4Ptr cfg_subnets4_; - /// @brief Pointer to subnets configuration for IPv4. + /// @brief Pointer to subnets configuration for IPv6. CfgSubnets6Ptr cfg_subnets6_; /// @brief Pointer to the configuration for hosts reservation.