diff options
author | yongari <yongari@FreeBSD.org> | 2006-07-13 01:57:52 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2006-07-13 01:57:52 +0000 |
commit | 77dcc637802bdc8c703d59d6cc97ff4976163f6b (patch) | |
tree | 95cae195e4eb5676de42b639a77b96ebfe595643 /sys | |
parent | 2cdb907d0bc6d4caaf0caab31c3250f40c55944f (diff) | |
download | FreeBSD-src-77dcc637802bdc8c703d59d6cc97ff4976163f6b.zip FreeBSD-src-77dcc637802bdc8c703d59d6cc97ff4976163f6b.tar.gz |
MFC if_sk.c, 1.126 to RELENG_6:
Fix typo in comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sk/if_sk.c | 4 |
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) { |