khelp(9): Fix a typo in a source code comment

- s/measurment/measurement/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:09:08 +02:00
parent 0c805718cb
commit 8d30ef92d5

View File

@ -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;