Date: Thu, 14 Apr 2022 06:13:37 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b7c2ea78e846 - stable/13 - tcp_htps: Fix a typo in a source code comment Message-ID: <202204140613.23E6DbFa054973@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b7c2ea78e8468860700dbcbbd511ca10cc85daeb commit b7c2ea78e8468860700dbcbbd511ca10cc85daeb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 07:01:38 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:11:37 +0000 tcp_htps: Fix a typo in a source code comment - s/postion/position/ (cherry picked from commit 1f2aaef29a17534ae397227c4d54657eef39dd74) --- 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 d18c9db358d2..8a7ae29dbcaf 100644 --- a/sys/netinet/tcp_hpts.c +++ b/sys/netinet/tcp_hpts.c @@ -1459,7 +1459,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?202204140613.23E6DbFa054973>