From 3f1d55d81de36db78c714220e552ead20ebe0523 Mon Sep 17 00:00:00 2001 From: yongari Date: Wed, 5 Jul 2006 04:56:50 +0000 Subject: Fix typo in comment. Submitted by: brad AT OpenBSD DOT org --- sys/dev/sk/if_sk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sk') 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) { -- cgit v1.1