summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.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/icmp6.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/icmp6.c')
-rw-r--r--sys/netinet6/icmp6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index 7c177c4..cb7d313 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -373,7 +373,7 @@ icmp6_error(m, type, code, param)
/*
* icmp6_reflect() is designed to be in the input path.
- * icmp6_error() can be called from both input and outut path,
+ * icmp6_error() can be called from both input and output path,
* and if we are in output path rcvif could contain bogus value.
* clear m->m_pkthdr.rcvif for safety, we should have enough scope
* information in ip header (nip6).
@@ -387,7 +387,7 @@ icmp6_error(m, type, code, param)
freeit:
/*
- * If we can't tell wheter or not we can generate ICMP6, free it.
+ * If we can't tell whether or not we can generate ICMP6, free it.
*/
m_freem(m);
}
@@ -448,7 +448,7 @@ icmp6_input(mp, offp, proto)
if (faithprefix_p != NULL && (*faithprefix_p)(&ip6->ip6_dst)) {
/*
* Deliver very specific ICMP6 type only.
- * This is important to deilver TOOBIG. Otherwise PMTUD
+ * This is important to deliver TOOBIG. Otherwise PMTUD
* will not work.
*/
switch (icmp6->icmp6_type) {
OpenPOWER on IntegriCloud