summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 08cfc31c12c9..49ad09d7c2db 100644
--- a/usr.bin/netstat/sctp.c
+++ b/usr.bin/netstat/sctp.c
@@ -652,7 +652,7 @@ sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"{N:/output AUTH chunk%s}\n");
p1a(sctps_senderrors, "\t\t{:send-errors/%ju} "
"{N:/ip_output error counter}\n");
- p1a(sctps_sendswcrc, "\t\t{:performed-receive-crc32c-computation/%ju} "
+ p1a(sctps_sendswcrc, "\t\t{:performed-transmit-crc32c-computation/%ju} "
"{N:/performed transmit crc32c computation}\n");
p1a(sctps_sendhwcrc, "\t\t{:performed-transmit-crc32c-offloading/%ju} "
"{N:/performed transmit crc32c offloading}\n");