git: 65da1f064bb3 - stable/12 - khelp(9): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:37 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=65da1f064bb380754af8952e56c1d6a1d70f1157 commit 65da1f064bb380754af8952e56c1d6a1d70f1157 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:09:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:25:04 +0000 khelp(9): Fix a typo in a source code comment - s/measurment/measurement/ (cherry picked from commit 8d30ef92d59567d47a1fee9dc71baf17a555234d) --- 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;