summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-08-12 15:27:25 +0000
committerume <ume@FreeBSD.org>2005-08-12 15:27:25 +0000
commitfe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef (patch)
tree60d886cffab2850cd30d4925095be2ef3a2933f1 /sys/netinet6/nd6.c
parent387b90c32217bda41ca0a7a448036f5841161849 (diff)
downloadFreeBSD-src-fe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef.zip
FreeBSD-src-fe6f4a34b35c56aa223badc3a9cfd6d7cd47b1ef.tar.gz
- fix typo in comment.
- nuke unused code. Submitted by: suz Obtained from: KAME
Diffstat (limited to 'sys/netinet6/nd6.c')
-rw-r--r--sys/netinet6/nd6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 4265b31..fbc53cc 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1036,7 +1036,7 @@ nd6_free(rt)
/*
* Upper-layer reachability hint for Neighbor Unreachability Detection.
*
- * XXX cost-effective metods?
+ * XXX cost-effective methods?
*/
void
nd6_nud_hint(rt, dst6, force)
@@ -1822,7 +1822,7 @@ nd6_output(ifp, origifp, m0, dst, rt0)
goto sendpkt;
/*
- * next hop determination. This routine is derived from ether_outpout.
+ * next hop determination. This routine is derived from ether_output.
*/
again:
if (rt) {
OpenPOWER on IntegriCloud