aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_stacks/bbr.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 11:26:20 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 11:26:20 +0000
commit2dd0c2bc7f8c2a31223b48d181149b8d17975a67 (patch)
tree64fd11d5e708c33565100b9f5599ec3172de55d6 /sys/netinet/tcp_stacks/bbr.c
parentaddb2c6585b8e307eef18de560dd10764e465bf4 (diff)
downloadsrc-2dd0c2bc7f8c2a31223b48d181149b8d17975a67.tar.gz
src-2dd0c2bc7f8c2a31223b48d181149b8d17975a67.zip
tcp_bbr(4): Fix a typo in a source code comment
- s/possiblity/possibility/ MFC after: 3 days
Diffstat (limited to 'sys/netinet/tcp_stacks/bbr.c')
-rw-r--r--sys/netinet/tcp_stacks/bbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index 9d0118abfa40..e95f82fd619e 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -991,7 +991,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;