Date: Thu, 14 Apr 2022 06:45:30 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: 6237860caeb5 - stable/12 - tcp_rack: Fix a typo in a source code comment Message-ID: <202204140645.23E6jUmJ097362@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6237860caeb58a9c22dc9e9b6db1968e12b815d8 commit 6237860caeb58a9c22dc9e9b6db1968e12b815d8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 11:25:50 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:42:41 +0000 tcp_rack: Fix a typo in a source code comment - s/possiblity/possibility/ (cherry picked from commit addb2c6585b8e307eef18de560dd10764e465bf4) --- sys/netinet/tcp_stacks/rack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index fd1e3d18de08..d12344ed1b89 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -6618,7 +6618,7 @@ rack_timer_audit(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb) return; } else if (sbavail(&tp->t_inpcb->inp_socket->so_snd) && (tmr_up == PACE_TMR_RXT)) { /* - * if we hit enobufs then we would expect the possiblity + * if we hit enobufs then we would expect the possibility * of nothing outstanding and the RXT up (and the hptsi timer). */ return;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6jUmJ097362>