diff options
| author | 2006-12-08 21:49:03 +0000 | |
|---|---|---|
| committer | 2006-12-08 21:49:03 +0000 | |
| commit | a9fc331a818d09c184daa46ded30c6f3dc06c1a5 (patch) | |
| tree | 8ecd052efcdb9ea3ae9d60c83eb5ae9e02a86e09 | |
| parent | Fix kernel link warning on i386 about boothowto being overridden, by (diff) | |
| download | wireguard-openbsd-a9fc331a818d09c184daa46ded30c6f3dc06c1a5.tar.xz wireguard-openbsd-a9fc331a818d09c184daa46ded30c6f3dc06c1a5.zip | |
typo in comment. from kame
| -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++; |
