summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-06 23:05:00 +0000
committerbz <bz@FreeBSD.org>2010-01-06 23:05:00 +0000
commita650e176703313c8c07fee3630014abde484213d (patch)
tree2a8b12af08d3491bdcdfd960dbe494fcb13cd152
parent3201744022f81f74f12afe3f5cfd59a34d829dba (diff)
downloadFreeBSD-src-a650e176703313c8c07fee3630014abde484213d.zip
FreeBSD-src-a650e176703313c8c07fee3630014abde484213d.tar.gz
Correct a typo.
Submitted by: sn_ (sn_ gmx.net) on hackers@ MFC after: 3 days
-rw-r--r--sys/netinet6/icmp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index ae52f11..57f8d32 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -296,7 +296,7 @@ icmp6_error(struct mbuf *m, int type, int code, int param)
* we should basically suppress sending an error (RFC 2463, Section
* 2.4).
* We have two exceptions (the item e.2 in that section):
- * - the Pakcet Too Big message can be sent for path MTU discovery.
+ * - the Packet Too Big message can be sent for path MTU discovery.
* - the Parameter Problem Message that can be allowed an icmp6 error
* in the option type field. This check has been done in
* ip6_unknown_opt(), so we can just check the type and code.
OpenPOWER on IntegriCloud