Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 12:11:09 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: 8d30ef92d595 - main - khelp(9): Fix a typo in a source code comment
Message-ID:  <202204021211.232CB9Gg085088@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=8d30ef92d59567d47a1fee9dc71baf17a555234d

commit 8d30ef92d59567d47a1fee9dc71baf17a555234d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:09:08 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:10:59 +0000

    khelp(9): Fix a typo in a source code comment
    
    - s/measurment/measurement/
    
    MFC after:      3 days
---
 sys/netinet/khelp/h_ertt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c
index b0c0493eefda..541319285b35 100644
--- a/sys/netinet/khelp/h_ertt.c
+++ b/sys/netinet/khelp/h_ertt.c
@@ -178,7 +178,7 @@ marked_packet_rtt(struct txseginfo *txsi, struct ertt *e_t, struct tcpcb *tp,
 		e_t->flags |= ERTT_NEW_MEASUREMENT;
 
 		if (tp->t_flags & TF_TSO) {
-			/* Temporarily disable TSO to aid a new measurment. */
+			/* Temporarily disable TSO to aid a new measurement. */
 			tp->t_flags &= ~TF_TSO;
 			/* Keep track that we've disabled it. */
 			e_t->flags |= ERTT_TSO_DISABLED;



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