typo in -s message
This commit is contained in:
parent
9a8fbe25bc
commit
8b398d8448
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: inet6.c,v 1.14 2000/10/23 03:46:23 itojun Exp $ */
|
||||
/* $NetBSD: inet6.c,v 1.15 2000/12/11 17:52:43 itojun Exp $ */
|
||||
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
|
||||
|
||||
/*
|
||||
|
@ -68,7 +68,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: inet6.c,v 1.14 2000/10/23 03:46:23 itojun Exp $");
|
||||
__RCSID("$NetBSD: inet6.c,v 1.15 2000/12/11 17:52:43 itojun Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1108,7 +1108,7 @@ icmp6_stats(off, name)
|
|||
p(icp6s_canterror,
|
||||
"\t%llu error%s not generated because old message was icmp6 or so\n");
|
||||
p(icp6s_toofreq,
|
||||
"\t%llu error%s not generated because rate limitation\n");
|
||||
"\t%llu error%s not generated because of rate limitation\n");
|
||||
for (first = 1, i = 0; i < 256; i++)
|
||||
if (icmp6stat.icp6s_outhist[i] != 0) {
|
||||
if (first) {
|
||||
|
|
Loading…
Reference in New Issue