git: e42e90f0f9d2 - stable/13 - tcp_rack: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:42:29 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=e42e90f0f9d2ccbdfe49275aee690789c9cb1322
commit e42e90f0f9d2ccbdfe49275aee690789c9cb1322
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:05:42 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:37:45 +0000
tcp_rack: Fix two typos in source code comments
- s/overriden/overridden/
(cherry picked from commit fa52f9dc9aa1e3726c37e5a87d3d71d529df9e30)
---
sys/netinet/tcp_stacks/rack.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
index 8891916e2f14..74a560380589 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -15590,7 +15590,7 @@ rack_fast_rsm_output(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendma
/*
* We have no pacing set or we
* are using old-style rack or
- * we are overriden to use the old 1ms pacing.
+ * we are overridden to use the old 1ms pacing.
*/
slot = rack->r_ctl.rc_min_to;
}
@@ -18615,7 +18615,7 @@ enobufs:
/*
* We have no pacing set or we
* are using old-style rack or
- * we are overriden to use the old 1ms pacing.
+ * we are overridden to use the old 1ms pacing.
*/
slot = rack->r_ctl.rc_min_to;
}