Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2023 20:02:44 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9aff05bb1c0d - main - tcp_var.h: Fix spelling of independent in comment
Message-ID:  <202302072002.317K2i05022084@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=9aff05bb1c0de72708736d8e2adc8417e0d17c1d

commit 9aff05bb1c0de72708736d8e2adc8417e0d17c1d
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-02-07 20:01:29 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302072002.317K2i05022084>