summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2016-04-25 23:12:39 +0000
committerloos <loos@FreeBSD.org>2016-04-25 23:12:39 +0000
commitcfc8d71705a2499a34996e43b96515100f4cd292 (patch)
tree05ef08b3d9d39c0a31f97ba2539ce576e9e9f45c /sys/netinet6
parent69e1bbc96595666cdbe7825d1e1a179c575254fa (diff)
downloadFreeBSD-src-cfc8d71705a2499a34996e43b96515100f4cd292.zip
FreeBSD-src-cfc8d71705a2499a34996e43b96515100f4cd292.tar.gz
Fixes the comment to reflect the code.
Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/nd6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 8b1da24..3921e32 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -2352,8 +2352,7 @@ nd6_resolve_slow(struct ifnet *ifp, int flags, struct mbuf *m,
/*
* 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.
*/
OpenPOWER on IntegriCloud