netstat: fix typo from 0471a8c734

This commit is contained in:
Richard Scheffenegger 2021-05-10 20:49:19 +02:00
parent 0471a8c734
commit c55b340f82

View File

@ -809,7 +809,7 @@ tcp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"{N:/SACK option%s (SACK blocks) received}\n");
p(tcps_sack_send_blocks, "\t{:sent-option-blocks/%ju} "
"{N:/SACK option%s (SACK blocks) sent}\n");
p(tcps_sack_lostrexmit, "\t{:lost-retransmissions/%ju} "
p(tcps_sack_lostrexmt, "\t{:lost-retransmissions/%ju} "
"{N:/SACK retransmission%s lost}\n");
p1a(tcps_sack_sboverflow, "\t{:scoreboard-overflows/%ju} "
"{N:/SACK scoreboard overflow}\n");