The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9aff05bb1c0de72708736d8e2adc8417e0d17c1d
commit 9aff05bb1c0de72708736d8e2adc8417e0d17c1d Author: John Baldwin <[email protected]> AuthorDate: 2023-02-07 20:01:29 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2023-02-07 20:01:29 +0000 tcp_var.h: Fix spelling of independent in comment --- sys/netinet/tcp_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 5afd492189e3..68c2c3f9d9e6 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -139,7 +139,7 @@ typedef enum { * Tcp control block, one per tcp connection. */ struct tcpcb { - struct inpcb t_inpcb; /* embedded protocol indepenent cb */ + struct inpcb t_inpcb; /* embedded protocol independent cb */ #define t_start_zero t_fb #define t_zero_size (sizeof(struct tcpcb) - \ offsetof(struct tcpcb, t_start_zero))
