summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sk')
-rw-r--r--sys/dev/sk/if_sk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c
index 2c3d76d..032ada6 100644
--- a/sys/dev/sk/if_sk.c
+++ b/sys/dev/sk/if_sk.c
@@ -2871,8 +2871,8 @@ sk_watchdog(ifp)
SK_IF_LOCK(sc_if);
/*
- * Reclaim first as there is a possibility of loosing Tx completion
- * interrupt.
+ * Reclaim first as there is a possibility of losing Tx completion
+ * interrupts.
*/
sk_txeof(sc_if);
if (sc_if->sk_cdata.sk_tx_cnt != 0) {
OpenPOWER on IntegriCloud