1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Fix typo.

This commit is contained in:
Rebecca Cran 2010-11-27 21:35:16 +00:00
parent 15f0f9525c
commit a709913fdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215955

View File

@ -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");