diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-08 21:49:04 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-08 21:49:04 +0000 |
commit | e0eeec6984da944bdec85976bec12b22ce410f32 (patch) | |
tree | 20f5587ad744df668cfd2e24f622e09bd94d6f5e /sys | |
parent | 9658273679c381afb0f7c5d525027c9706f551d4 (diff) |
typo in comment. from kame
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/route6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c index 9c503f9bd2c..163b5e860d6 100644 --- a/sys/netinet6/route6.c +++ b/sys/netinet6/route6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route6.c,v 1.11 2006/12/08 21:32:27 itojun Exp $ */ +/* $OpenBSD: route6.c,v 1.12 2006/12/08 21:49:03 itojun Exp $ */ /* $KAME: route6.c,v 1.22 2000/12/03 00:54:00 itojun Exp $ */ /* @@ -120,7 +120,7 @@ ip6_rthdr0(m, ip6, rh0) if (rh0->ip6r0_len % 2) { /* * Type 0 routing header can't contain more than 23 addresses. - * RFC 2462: this limitation was removed since strict/loose + * RFC 2460: this limitation was removed since strict/loose * bitmap field was deleted. */ ip6stat.ip6s_badoptions++; |