git: fa52f9dc9aa1 - main - tcp_rack: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:05:52 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=fa52f9dc9aa1e3726c37e5a87d3d71d529df9e30
commit fa52f9dc9aa1e3726c37e5a87d3d71d529df9e30
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:05:42 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:05:42 +0000
tcp_rack: Fix two typos in source code comments
- s/overriden/overridden/
MFC after: 3 days
---
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 47bcd3b76d90..a97f82a02b85 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -16100,7 +16100,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;
}
@@ -19172,7 +19172,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;
}