Date: Mon, 25 Apr 2016 23:12:39 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298598 - head/sys/netinet6 Message-ID: <201604252312.u3PNCde7049387@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604252312.u3PNCde7049387>