Author: loos Date: Mon Apr 25 23:12:39 2016 New Revision: 298598 URL: https://svnweb.freebsd.org/changeset/base/298598
Log: Fixes the comment to reflect the code. Sponsored by: Rubicon Communications (Netgate) Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c ============================================================================== --- head/sys/netinet6/nd6.c Mon Apr 25 22:30:10 2016 (r298597) +++ head/sys/netinet6/nd6.c Mon Apr 25 23:12:39 2016 (r298598) @@ -2352,8 +2352,7 @@ nd6_resolve_slow(struct ifnet *ifp, int /* * There is a neighbor cache entry, but no ethernet address * response yet. Append this latest packet to the end of the - * packet queue in the mbuf, unless the number of the packet - * does not exceed nd6_maxqueuelen. When it exceeds nd6_maxqueuelen, + * packet queue in the mbuf. When it exceeds nd6_maxqueuelen, * the oldest packet in the queue will be removed. */ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"