Date: Thu, 14 Apr 2022 06:08:54 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: 8e8deee0ec99 - stable/13 - tcp_bbr(4): Fix two typos in source code comments Message-ID: <202204140608.23E68sgj041385@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=8e8deee0ec9950ea480c41cc8e88f30b30baaa2f commit 8e8deee0ec9950ea480c41cc8e88f30b30baaa2f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 07:03:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:04:45 +0000 tcp_bbr(4): Fix two typos in source code comments - s/postive/positive/ - s/postion/position/ (cherry picked from commit 665709016d5e280ca7497958b25f341302e7fb25) --- sys/netinet/tcp_stacks/bbr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c index 0bfe51d347bb..ab32cd4d81df 100644 --- a/sys/netinet/tcp_stacks/bbr.c +++ b/sys/netinet/tcp_stacks/bbr.c @@ -3169,7 +3169,7 @@ reset_all: return; } if (bbr_lt_intvl_fp == 0) { - /* Not doing false-postive detection */ + /* Not doing false-positive detection */ return; } /* False positive detection */ @@ -4457,7 +4457,7 @@ bbr_sack_mergable(struct bbr_sendmap *at, { /* * Given a sack block defined by - * start and end, and a current postion + * start and end, and a current position * at. Return 1 if either side of at * would show that the block is mergable * to that side. A block to be mergable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140608.23E68sgj041385>