git: bd9e23c0a966 - main - rack: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 11:27:49 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=bd9e23c0a96682c92472ce71ac5f34fe77da664f
commit bd9e23c0a96682c92472ce71ac5f34fe77da664f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 11:27:29 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 11:27:29 +0000
rack: Fix a typo in a source code comment
- s/continous/continuous/
MFC after: 3 days
---
sys/netinet/tcp_stacks/tcp_rack.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/tcp_stacks/tcp_rack.h b/sys/netinet/tcp_stacks/tcp_rack.h
index 91aefea0a81d..e8560446b798 100644
--- a/sys/netinet/tcp_stacks/tcp_rack.h
+++ b/sys/netinet/tcp_stacks/tcp_rack.h
@@ -272,7 +272,7 @@ struct rack_opts_stats {
* sysctl var net.inet.tcp.<stack>.tp.number to
* one of the numbers listed below. You also
* must make sure net.inet.tcp.<stack>.tp.bbmode is
- * non-zero, the default is 4 for continous tracing.
+ * non-zero, the default is 4 for continuous tracing.
* You also set in the number of connections you want
* have get BB logs in net.inet.tcp.<stack>.tp.count.
*