Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 21:04:01 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9b035689f15f - main - tcp_fastopen: Fix a typo in a source code comment
Message-ID:  <202401222104.40ML41PM080716@gitrepo.freebsd.org>

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

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

commit 9b035689f15fc4aec96f9c18c6c86bd615faed2f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 20:49:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-22 20:49:47 +0000

    tcp_fastopen: Fix a typo in a source code comment
    
    - s/posession/possession/
    
    MFC after:      3 days
---
 sys/netinet/tcp_fastopen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/tcp_fastopen.c b/sys/netinet/tcp_fastopen.c
index c31225214d1d..609637b83df3 100644
--- a/sys/netinet/tcp_fastopen.c
+++ b/sys/netinet/tcp_fastopen.c
@@ -43,7 +43,7 @@
  *
  * In addition to the facilities defined in RFC7413, this implementation
  * supports a pre-shared key (PSK) mode of operation in which the TFO server
- * requires the client to be in posession of a shared secret in order for
+ * requires the client to be in possession of a shared secret in order for
  * the client to be able to successfully open TFO connections with the
  * server.  This is useful, for example, in environments where TFO servers
  * are exposed to both internal and external clients and only wish to allow



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