* Fixed a typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39782 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-12-09 00:09:51 +00:00
parent 138cfe065f
commit f76ac72459
+1 -1
View File
@@ -469,7 +469,7 @@ DHCPClient::_Negotiate(dhcp_state state)
BNetworkAddress local;
local.SetToWildcard(AF_INET, DHCP_CLIENT_PORT);
// Enable reusing the port . This is needed in case there is more
// Enable reusing the port. This is needed in case there is more
// than 1 interface that needs to be configured. Note that the only reason
// this works is because there is code below to bind to a specific
// interface.