diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-04-16 09:56:27 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-04-16 09:56:27 +0000 |
| commit | 0bd3f0377c5eafb5020365ae33d959be28500dbd (patch) | |
| tree | c0d6961e689a8438cf100ffc20c49308d4548d81 /usr.bin/netstat | |
| parent | 21dddd1970b35192fcf92975035bcf88a8718243 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/sctp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index fe29787ef197..f521e0dcc11e 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"); |
