Browse Source

[1957] Minor correction in doxygen documentation.

Marcin Siodelski 13 years ago
parent
commit
41f4bacdf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr.h

+ 1 - 1
src/lib/dhcp/iface_mgr.h

@@ -384,8 +384,8 @@ public:
     /// interface and selects one that matches address family.
     ///
     /// @param ifname name of the interface
-    /// @param addr address to be bound
     /// @param port UDP port
+    /// @param family address family (AF_INET or AF_INET6)
     /// @return socket descriptor, if socket creation, binding and multicast
     /// group join were all successful.
     /// @throw isc::Unexpected if failed to create and bind socket.