Date: Mon, 12 Sep 2022 07:29:37 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e2193f31852d - stable/13 - extra_tcp_stacks: Fix two typos in source code comments Message-ID: <202209120729.28C7TbAw094828@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e2193f31852d299489bc1bd0d6d5d6de02e85334 commit e2193f31852d299489bc1bd0d6d5d6de02e85334 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-01-26 17:02:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-12 07:28:51 +0000 extra_tcp_stacks: Fix two typos in source code comments - s/differnt/different/ (cherry picked from commit 9e58cca3e825bab53c9198babb102a1cda13a25f) --- 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 008b43829613..07c0e427f156 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 74a560380589..cd3b0347fdf2 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -4979,7 +4979,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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209120729.28C7TbAw094828>