aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <loos@FreeBSD.org>2016-04-25 23:12:39 +0000
committerLuiz Otavio O Souza <loos@FreeBSD.org>2016-04-25 23:12:39 +0000
commitb0ab3725dbf6491f789dc1729460aa519c855a8e (patch)
tree05ef08b3d9d39c0a31f97ba2539ce576e9e9f45c /sys/netinet6/nd6.c
parent0bfd7a267e4de131fb3ecceb5651dc3e5e44c2ae (diff)
downloadsrc-b0ab3725dbf6491f789dc1729460aa519c855a8e.tar.gz
src-b0ab3725dbf6491f789dc1729460aa519c855a8e.zip
Fixes the comment to reflect the code.
Sponsored by: Rubicon Communications (Netgate)
Notes
Notes: svn path=/head/; revision=298598
Diffstat (limited to 'sys/netinet6/nd6.c')
-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 8b1da24cf3ab..3921e32398a2 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.
*/