diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-11-14 04:44:23 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-11-14 04:44:23 +0000 |
commit | 20c4ed776fc8e1d3724d3de620c679c47c4ee85c (patch) | |
tree | 1121b2b42f96c824549e43aadb803c2921fa4322 | |
parent | 6da508d1f31131654ecaa8ea8cce6cfbefb5eca8 (diff) |
typo
-rw-r--r-- | sys/netinet6/in6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index e3dfb09d88a..d5b24f5dae1 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.69 2006/10/31 12:49:45 mpf Exp $ */ +/* $OpenBSD: in6.c,v 1.70 2006/11/14 04:44:22 itojun Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -96,7 +96,7 @@ #define COMPAT_IN6IFIOCTL /* - * Definitions of some costant IP6 addresses. + * Definitions of some constant IP6 addresses. */ const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; |