summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-27 21:35:16 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-27 21:35:16 +0000
commitbb24a2af3668e1f62969c57c12deb6934545a730 (patch)
tree709d17dbcd983ca55f926a7e15a2a77bd2f54acd /usr.bin
parent0ed8063ce9791460d397edff19f351eff4259529 (diff)
downloadFreeBSD-src-bb24a2af3668e1f62969c57c12deb6934545a730.zip
FreeBSD-src-bb24a2af3668e1f62969c57c12deb6934545a730.tar.gz
Fix typo.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/inet6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 123f2c8..2a02006 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");
OpenPOWER on IntegriCloud