summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet6/icmp6.c4
-rw-r--r--usr.sbin/ppp/ppp/alias_skinny.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index 2904261c302..e88e7d12ef9 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: icmp6.c,v 1.108 2009/11/20 09:02:21 guenther Exp $ */
+/* $OpenBSD: icmp6.c,v 1.109 2010/01/05 22:28:09 jasper Exp $ */
/* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
/*
@@ -301,7 +301,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.
diff --git a/usr.sbin/ppp/ppp/alias_skinny.c b/usr.sbin/ppp/ppp/alias_skinny.c
index f1b6a4ee7e8..2e46eea1cb4 100644
--- a/usr.sbin/ppp/ppp/alias_skinny.c
+++ b/usr.sbin/ppp/ppp/alias_skinny.c
@@ -27,7 +27,7 @@
*
* Author: Joe Marcus Clarke <marcus@FreeBSD.org>
*
- * $OpenBSD: alias_skinny.c,v 1.1 2005/07/26 01:32:25 brad Exp $
+ * $OpenBSD: alias_skinny.c,v 1.2 2010/01/05 22:28:09 jasper Exp $
*/
#include <stdio.h>
@@ -238,7 +238,7 @@ AliasHandleSkinny(struct ip *pip, struct alias_link *link)
* the packet using len to determine message boundaries. This comes
* into play big time with port messages being in the same packet as
* register messages. Also, open receive channel acks are
- * usually buried in a pakcet some 400 bytes long.
+ * usually buried in a packet some 400 bytes long.
*/
while (dlen >= skinny_hdr_len) {
len = (sd->len);