mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue