Remove extra space introduced in r287734. This is a stable/10 only fix

since original commit (r287094) is correct.

Approved by:	loos
Sponsored by:	Rubicon Communications (Netgate)
This commit is contained in:
Renato Botelho 2015-09-22 14:33:43 +00:00
parent 64b3d2e146
commit 594ee010c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=288109

View File

@ -2388,7 +2388,7 @@ in6if_do_dad(struct ifnet *ifp)
* However, some interfaces can be up before the RUNNING
* status. Additionaly, users may try to assign addresses
* before the interface becomes up (or running).
* This function returns EAGAIN in that case.
* This function returns EAGAIN in that case.
* The caller should mark "tentative" on the address instead of
* performing DAD immediately.
*/