git: 69dace892d58 - main - tcp: fix number in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jul 2024 11:56:53 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=69dace892d58516fa32ab03de39ea6205b2363c4
commit 69dace892d58516fa32ab03de39ea6205b2363c4
Author: Peter Lei <peterlei@netflix.com>
AuthorDate: 2024-07-13 11:43:09 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-07-13 11:53:48 +0000
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 082c2ca0f057..011506e2ed8a 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 {