summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/sctp.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-03-13 16:47:21 +0000
committerbrucec <brucec@FreeBSD.org>2011-03-13 16:47:21 +0000
commite58c049fdf9f037b349fb6339a86e50970feb0b6 (patch)
treef33cd7cc4937609897222a1748a0add44eed54e0 /usr.bin/netstat/sctp.c
parent66c4acf134e3f7d9a5eeb2cbf1ead60fe4b96a66 (diff)
downloadFreeBSD-src-e58c049fdf9f037b349fb6339a86e50970feb0b6.zip
FreeBSD-src-e58c049fdf9f037b349fb6339a86e50970feb0b6.tar.gz
Fix typo.
Diffstat (limited to 'usr.bin/netstat/sctp.c')
-rw-r--r--usr.bin/netstat/sctp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c
index a036b80..32cf321 100644
--- a/usr.bin/netstat/sctp.c
+++ b/usr.bin/netstat/sctp.c
@@ -563,7 +563,7 @@ sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
p(sctps_sendfastretrans, "\t\t%ju fast retransmitted DATA chunk%s\n");
p(sctps_sendmultfastretrans, "\t\t%ju FR'%s that happened more "
"than once to same chunk\n");
- p(sctps_sendheartbeat, "\t\t%ju intput HB chunk%s\n");
+ p(sctps_sendheartbeat, "\t\t%ju output HB chunk%s\n");
p(sctps_sendecne, "\t\t%ju output ECNE chunk%s\n");
p(sctps_sendauth, "\t\t%ju output AUTH chunk%s\n");
p1a(sctps_senderrors, "\t\t%ju ip_output error counter\n");
OpenPOWER on IntegriCloud