summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2006-07-05 04:56:50 +0000
committeryongari <yongari@FreeBSD.org>2006-07-05 04:56:50 +0000
commit3f1d55d81de36db78c714220e552ead20ebe0523 (patch)
treec8ca1de2a7c04d701e2f11ef65c052ff527596c5 /sys/dev/sk
parent41e65e69dcf9fa0e0e7217081cc0b3d6dabdea40 (diff)
downloadFreeBSD-src-3f1d55d81de36db78c714220e552ead20ebe0523.zip
FreeBSD-src-3f1d55d81de36db78c714220e552ead20ebe0523.tar.gz
Fix typo in comment.
Submitted by: brad AT OpenBSD DOT org
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