summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-12-11 17:53:30 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-12-11 17:53:30 +0000
commit65e0a41053cfbb1cc7f87321e3296d712f04de65 (patch)
tree52db3034432ab811f68bb922cfd17a0c5e28b357 /usr.bin
parent4c6e99669da0064ad7368197b158c47585f9bf9d (diff)
typo in -s message
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/inet6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 3eb00cf9f47..34d425484f0 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet6.c,v 1.12 2000/12/11 17:40:52 itojun Exp $ */
+/* $OpenBSD: inet6.c,v 1.13 2000/12/11 17:53:29 itojun Exp $ */
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-/*__RCSID("$OpenBSD: inet6.c,v 1.12 2000/12/11 17:40:52 itojun Exp $");*/
+/*__RCSID("$OpenBSD: inet6.c,v 1.13 2000/12/11 17:53:29 itojun Exp $");*/
/*__RCSID("KAME Id: inet6.c,v 1.10 2000/02/09 10:49:31 itojun Exp");*/
#endif
#endif /* not lint */
@@ -830,7 +830,7 @@ icmp6_stats(off, name)
p(icp6s_canterror,
"\t%qu error%s not generated because old message was icmp6 or so\n");
p(icp6s_toofreq,
- "\t%qu error%s not generated because rate limitation\n");
+ "\t%qu 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) {