aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2006-07-05 04:56:50 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2006-07-05 04:56:50 +0000
commita1e4f257002c35c9e82033fb346d99fef5a6395d (patch)
treec8ca1de2a7c04d701e2f11ef65c052ff527596c5 /sys/dev/sk
parent20197a8c4944239a19ef0227e789c82b182db8cf (diff)
downloadsrc-a1e4f257002c35c9e82033fb346d99fef5a6395d.tar.gz
src-a1e4f257002c35c9e82033fb346d99fef5a6395d.zip
Fix typo in comment.
Submitted by: brad AT OpenBSD DOT org
Notes
Notes: svn path=/head/; revision=160104
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 2c3d76da697f..032ada66849d 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) {