Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:14:40 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: 1f2aaef29a17 - main - tcp_htps: Fix a typo in a source code comment
Message-ID:  <202204090714.2397EeqW017112@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=1f2aaef29a17534ae397227c4d54657eef39dd74

commit 1f2aaef29a17534ae397227c4d54657eef39dd74
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 07:01:38 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:12:58 +0000

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

diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c
index 456abe53723a..5823d75f73d2 100644
--- a/sys/netinet/tcp_hpts.c
+++ b/sys/netinet/tcp_hpts.c
@@ -1166,7 +1166,7 @@ again:
 		 * p_prev_slot, so that needs to be the last slot
 		 * we run. The next slot after that should be our
 		 * reserved first slot for new, and then starts
-		 * the running postion. Now the problem is the
+		 * the running position. Now the problem is the
 		 * reserved "not to yet" place does not exist
 		 * and there may be inp's in there that need
 		 * running. We can merge those into the



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