git: 9e58cca3e825 - main - extra_tcp_stacks: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 17:03:41 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9e58cca3e825bab53c9198babb102a1cda13a25f
commit 9e58cca3e825bab53c9198babb102a1cda13a25f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-01-26 17:02:55 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-01-26 17:02:55 +0000
extra_tcp_stacks: Fix two typos in source code comments
- s/differnt/different/
MFC after; 3 days
---
sys/netinet/tcp_stacks/bbr.c | 2 +-
sys/netinet/tcp_stacks/rack.c | 2 +-
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.
*/