]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3487] Minor correction in IfaceMgr method descriptions.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 17:48:41 +0000 (19:48 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 17:48:41 +0000 (19:48 +0200)
src/lib/dhcp/iface_mgr.h

index 6713c32d0f5197e6d61a9decbf2a7fd6606f530e..782256093274be98f634b570e2e0147bd53ba4fe 100644 (file)
@@ -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.
     ///