tcp_var.h: Fix spelling of independent in comment

This commit is contained in:
John Baldwin 2023-02-07 12:01:29 -08:00
parent bef67a0f15
commit 9aff05bb1c

View File

@ -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))