Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:08:59 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: 318558f5793d - stable/13 - tcp_bbr(4): Fix a typo in a source code comment
Message-ID:  <202204140608.23E68xss041515@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=318558f5793d8f974d65a0c837527d4a6149e2ff

commit 318558f5793d8f974d65a0c837527d4a6149e2ff
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 11:26:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:06:07 +0000

    tcp_bbr(4): Fix a typo in a source code comment
    
    - s/possiblity/possibility/
    
    (cherry picked from commit 2dd0c2bc7f8c2a31223b48d181149b8d17975a67)
---
 sys/netinet/tcp_stacks/bbr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index ab32cd4d81df..8f1c0f58b627 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -992,7 +992,7 @@ bbr_timer_audit(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, struct sock
 		    (tmr_up == PACE_TMR_RXT)) {
 			/*
 			 * if we hit enobufs then we would expect the
-			 * possiblity of nothing outstanding and the RXT up
+			 * 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?202204140608.23E68xss041515>