aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-01-26 17:02:55 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-01-26 17:02:55 +0000
commit9e58cca3e825bab53c9198babb102a1cda13a25f (patch)
treeefc878e7588dd3db7db8541f0328eb0456e1f273
parent575c1773bf2c44c9bf5aae3cc556886d75d6e276 (diff)
extra_tcp_stacks: Fix two typos in source code comments
- s/differnt/different/ MFC after; 3 days
-rw-r--r--sys/netinet/tcp_stacks/bbr.c2
-rw-r--r--sys/netinet/tcp_stacks/rack.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index d5d15ec19586..1ddcd18be8c6 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -1098,7 +1098,7 @@ int32_t bbr_clear_lost = 0;
* If cts is smaller than earlier, we could have
* had a sequence wrap (our counter wraps every
* 70 min or so) or it could be just clock skew
- * getting us two differnt time values. Clock skew
+ * getting us two different time values. Clock skew
* will show up within 10ms or so. So in such
* a case (where cts is behind earlier time by
* less than 10ms) we return 0. Otherwise we
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
index 87e39e0d60da..63e9d5220b19 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -5073,7 +5073,7 @@ rack_cc_after_idle(struct tcp_rack *rack, struct tcpcb *tp)
i_cwnd = rc_init_window(rack);
/*
- * Being idle is no differnt than the initial window. If the cc
+ * Being idle is no different than the initial window. If the cc
* clamps it down below the initial window raise it to the initial
* window.
*/