Author: garga (ports committer) Date: Tue Sep 22 14:33:43 2015 New Revision: 288109 URL: https://svnweb.freebsd.org/changeset/base/288109
Log: 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) Modified: stable/10/sys/netinet6/in6.c Modified: stable/10/sys/netinet6/in6.c ============================================================================== --- stable/10/sys/netinet6/in6.c Tue Sep 22 12:56:34 2015 (r288108) +++ stable/10/sys/netinet6/in6.c Tue Sep 22 14:33:43 2015 (r288109) @@ -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. */ _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"