From: Tomek Mrugalski Date: Mon, 11 Aug 2014 17:48:41 +0000 (+0200) Subject: [3487] Minor correction in IfaceMgr method descriptions. X-Git-Tag: trac3482_base~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d232bacb73a410c90db77b46de8aac4886e08a9b;p=thirdparty%2Fkea.git [3487] Minor correction in IfaceMgr method descriptions. --- diff --git a/src/lib/dhcp/iface_mgr.h b/src/lib/dhcp/iface_mgr.h index 6713c32d0f..7822560932 100644 --- a/src/lib/dhcp/iface_mgr.h +++ b/src/lib/dhcp/iface_mgr.h @@ -715,7 +715,7 @@ public: /// @brief Opens IPv6 sockets on detected interfaces. /// /// This method opens sockets only on interfaces which have the - /// @c inactive6_ field set to false (is active). If the interface is active + /// @c inactive6_ field set to false (are active). If the interface is active /// but it is not running, it is down, or is a loopback interface, /// an error is reported. /// @@ -760,7 +760,7 @@ public: /// @brief Opens IPv4 sockets on detected interfaces. /// /// This method opens sockets only on interfaces which have the - /// @c inactive4_ field set to false (is active). If the interface is active + /// @c inactive4_ field set to false (are active). If the interface is active /// but it is not running, it is down, or is a loopback interface, /// an error is reported. ///