aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_stacks/tcp_bbr.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
commit5aa0576b330d8ecdf4506b1819c6be838a851e50 (patch)
treee2d5273e67b1d3acee448133361adbf81a7268a2 /sys/netinet/tcp_stacks/tcp_bbr.h
parent723180da5978dcc980d754534061238273453b45 (diff)
downloadsrc-5aa0576b330d8ecdf4506b1819c6be838a851e50.tar.gz
src-5aa0576b330d8ecdf4506b1819c6be838a851e50.zip
Miscellaneous typo fixes
Submitted by: Gordon Bergling <gbergling_gmail.com> Differential Revision: https://reviews.freebsd.org/D23453
Notes
Notes: svn path=/head/; revision=357664
Diffstat (limited to 'sys/netinet/tcp_stacks/tcp_bbr.h')
-rw-r--r--sys/netinet/tcp_stacks/tcp_bbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/tcp_bbr.h b/sys/netinet/tcp_stacks/tcp_bbr.h
index 98fcb69f9684..8667355e1488 100644
--- a/sys/netinet/tcp_stacks/tcp_bbr.h
+++ b/sys/netinet/tcp_stacks/tcp_bbr.h
@@ -598,7 +598,7 @@ struct bbr_control {
uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */
uint32_t rc_init_rwnd; /* Initial rwnd when we transitioned */
/*- ---
- * used only inital and close
+ * used only initial and close
*/
uint32_t rc_high_rwnd; /* Highest rwnd seen */
uint32_t rc_lowest_rtt; /* Smallest RTT we have seen */