khelp(9): Fix a typo in a source code comment
- s/measurment/measurement/ MFC after: 3 days
This commit is contained in:
parent
0c805718cb
commit
8d30ef92d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user