From 69dace892d58516fa32ab03de39ea6205b2363c4 Mon Sep 17 00:00:00 2001 From: Peter Lei Date: Sat, 13 Jul 2024 13:43:09 +0200 Subject: [PATCH] tcp: fix number in comment Fixes: e18b97bd63a8 ("Update to bring the rack stack with all its fixes in.") MFC after: 1 week Sponsored by: Netflix, Inc. --- sys/netinet/tcp_log_buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_log_buf.h b/sys/netinet/tcp_log_buf.h index 082c2ca0f05..011506e2ed8 100644 --- a/sys/netinet/tcp_log_buf.h +++ b/sys/netinet/tcp_log_buf.h @@ -269,7 +269,7 @@ enum tcp_log_events { TCP_LOG_PRU, /* TCP protocol user request 70 */ TCP_POLICER_DET, /* TCP Policer detectionn 71 */ TCP_PCM_MEASURE, /* TCP Path Capacity Measurement 72 */ - TCP_LOG_END /* End (keep at end) 72 */ + TCP_LOG_END /* End (keep at end) 73 */ }; enum tcp_log_states {