From 8d30ef92d59567d47a1fee9dc71baf17a555234d Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 14:09:08 +0200 Subject: [PATCH] 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 b0c0493eefd..541319285b3 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;