Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 13:05:52 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fa52f9dc9aa1 - main - tcp_rack: Fix two typos in source code comments
Message-ID:  <202209031305.283D5qwC072403@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=fa52f9dc9aa1e3726c37e5a87d3d71d529df9e30

commit fa52f9dc9aa1e3726c37e5a87d3d71d529df9e30
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:05:42 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:05:42 +0000

    tcp_rack: Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 sys/netinet/tcp_stacks/rack.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
index 47bcd3b76d90..a97f82a02b85 100644
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -16100,7 +16100,7 @@ rack_fast_rsm_output(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendma
 		/*
 		 * We have no pacing set or we
 		 * are using old-style rack or
-		 * we are overriden to use the old 1ms pacing.
+		 * we are overridden to use the old 1ms pacing.
 		 */
 		slot = rack->r_ctl.rc_min_to;
 	}
@@ -19172,7 +19172,7 @@ enobufs:
 			/*
 			 * We have no pacing set or we
 			 * are using old-style rack or
-			 * we are overriden to use the old 1ms pacing.
+			 * we are overridden to use the old 1ms pacing.
 			 */
 			slot = rack->r_ctl.rc_min_to;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209031305.283D5qwC072403>