Fix typo in comment.

Submitted by:	brad AT OpenBSD DOT org
This commit is contained in:
Pyun YongHyeon 2006-07-05 04:56:50 +00:00
parent 20197a8c49
commit a1e4f25700

View File

@ -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) {