summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-26 03:01:51 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-26 03:01:51 +0000
commit855f877217a8b9c983b8b9daac1068d2612ef9cf (patch)
tree83872968c4982fd20e7b1193a6b412636038b87e /usr.bin/netstat/inet6.c
parent6c95f54b228874af0942ec9fe47362adfb0e2451 (diff)
typo. sync with kame
Diffstat (limited to 'usr.bin/netstat/inet6.c')
-rw-r--r--usr.bin/netstat/inet6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 8c3ed24c628..d3181824d41 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet6.c,v 1.10 2000/08/13 19:01:38 itojun Exp $ */
+/* $OpenBSD: inet6.c,v 1.11 2000/08/26 03:01:50 itojun Exp $ */
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-/*__RCSID("$OpenBSD: inet6.c,v 1.10 2000/08/13 19:01:38 itojun Exp $");*/
+/*__RCSID("$OpenBSD: inet6.c,v 1.11 2000/08/26 03:01:50 itojun Exp $");*/
/*__RCSID("KAME Id: inet6.c,v 1.10 2000/02/09 10:49:31 itojun Exp");*/
#endif
#endif /* not lint */
@@ -413,7 +413,7 @@ ip6_stats(off, name)
p(ip6s_mext2m, "\t\t%qu two or more ext mbuf%s\n");
p(ip6s_exthdrtoolong, "\t%qu packet%s whose headers are not continuous\n");
p(ip6s_nogif, "\t%qu tunneling packet%s that can't find gif\n");
- p(ip6s_toomanyhdr, "\t%qu packet%s discarded due to too may headers\n");
+ p(ip6s_toomanyhdr, "\t%qu packet%s discarded due to too many headers\n");
/* for debugging source address selection */
#define PRINT_SCOPESTAT(s,i) do {\