summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-08 00:08:41 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-08 00:08:41 +0000
commit50be9dfa5c5e8f5b64e0722ce6742b09997f83b9 (patch)
treefbeac027ac6612df074f8ccddb19427428321b74
parent439287e398e92ca5b23c6ce4d8d23489baa6a2f7 (diff)
typo
-rw-r--r--sys/netinet6/route6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c
index 2bbfbc00ca7..951c692344d 100644
--- a/sys/netinet6/route6.c
+++ b/sys/netinet6/route6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route6.c,v 1.6 2002/03/14 01:27:12 millert Exp $ */
+/* $OpenBSD: route6.c,v 1.7 2002/06/08 00:08:40 itojun Exp $ */
/* $KAME: route6.c,v 1.22 2000/12/03 00:54:00 itojun Exp $ */
/*
@@ -136,7 +136,7 @@ ip6_rthdr0(m, ip6, rh0)
) {
/*
* Type 0 routing header can't contain more than 23 addresses.
- * RFC 2462: this limitation was removed since stict/loose
+ * RFC 2462: this limitation was removed since strict/loose
* bitmap field was deleted.
*/
ip6stat.ip6s_badoptions++;