]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] v4/v6 typos in comments
authorFrancis Dupont <fdupont@isc.org>
Fri, 20 Feb 2015 11:37:03 +0000 (12:37 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 20 Feb 2015 11:37:03 +0000 (12:37 +0100)
src/lib/dhcpsrv/srv_config.h

index 5e2c8857a0c8869299c6bdeb4d857ee37381f886..140651f2303fae0a630bce5d87a90fda940f502a 100644 (file)
@@ -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.