git: c33470cbe249 - stable/13 - 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:15:06 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c33470cbe2496fc860b94ac2a95138eeff1a54c4
commit c33470cbe2496fc860b94ac2a95138eeff1a54c4
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:13:16 +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;