git: e8731113c601 - stable/14 - netstat: fix typo

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Wed, 21 Jan 2026 15:18:50 UTC
The branch stable/14 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=e8731113c601a4ed0d2faa3a1e8aaee643176760

commit e8731113c601a4ed0d2faa3a1e8aaee643176760
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2026-01-18 12:26:52 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2026-01-21 15:18:14 +0000

    netstat: fix typo
    
    (cherry picked from commit 0ef8f7133d0f1ee28af1689f013f18e002eeae9f)
---
 usr.bin/netstat/sctp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c
index 87573929010c..1ff949e78985 100644
--- a/usr.bin/netstat/sctp.c
+++ b/usr.bin/netstat/sctp.c
@@ -660,7 +660,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");