Parcourir la source

[3487] Minor correction in IfaceMgr method descriptions.

Tomek Mrugalski il y a 10 ans
Parent
commit
d232bacb73
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dhcp/iface_mgr.h

+ 2 - 2
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.
     ///