From a709913fddb6821f257a7dd618bc94b515765f6c Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sat, 27 Nov 2010 21:35:16 +0000 Subject: [PATCH] Fix typo. --- usr.bin/netstat/inet6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 123f2c8b8e2d..2a020064fd36 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -438,7 +438,7 @@ ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) printf("\t\t%ju two or more ext mbuf\n", (uintmax_t)ip6stat.ip6s_mext2m); p(ip6s_exthdrtoolong, - "\t%ju packet%s whose headers are not continuous\n"); + "\t%ju packet%s whose headers are not contiguous\n"); p(ip6s_nogif, "\t%ju tunneling packet%s that can't find gif\n"); p(ip6s_toomanyhdr, "\t%ju packet%s discarded because of too many headers\n");