Author: brucec
Date: Sat Nov 27 21:35:16 2010
New Revision: 215955
URL: http://svn.freebsd.org/changeset/base/215955

Log:
  Fix typo.

Modified:
  head/usr.bin/netstat/inet6.c

Modified: head/usr.bin/netstat/inet6.c
==============================================================================
--- head/usr.bin/netstat/inet6.c        Sat Nov 27 21:20:51 2010        
(r215954)
+++ head/usr.bin/netstat/inet6.c        Sat Nov 27 21:35:16 2010        
(r215955)
@@ -438,7 +438,7 @@ ip6_stats(u_long off, const char *name, 
        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");
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to