summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-10 23:15:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-10 23:15:06 +0000
commitf219204e622c247bff69aac64de1942dc8bfaff3 (patch)
tree1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/netinet6
parentbfbcc49c92083563ea5a036a9aeb295fc495af8c (diff)
spelling
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_mroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index 5de4a0bed63..5bca1582b3f 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_mroute.c,v 1.17 2001/12/07 09:16:07 itojun Exp $ */
+/* $OpenBSD: ip6_mroute.c,v 1.18 2002/02/10 23:15:05 deraadt Exp $ */
/* $KAME: ip6_mroute.c,v 1.45 2001/03/25 08:38:51 itojun Exp $ */
/*
@@ -1259,7 +1259,7 @@ ip6_mdq(m, ifp, rt)
/*
* Macro to send packet on mif. Since RSVP packets don't get counted on
* input, they shouldn't get counted on output, so statistics keeping is
- * seperate.
+ * separate.
*/
#define MC6_SEND(ip6, mifp, m) do { \