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;