summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_wi_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_wi_usb.c')
-rw-r--r--sys/dev/usb/if_wi_usb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c
index 169ae7f1dea..f2ec6db1ce7 100644
--- a/sys/dev/usb/if_wi_usb.c
+++ b/sys/dev/usb/if_wi_usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_usb.c,v 1.30 2006/06/23 06:27:11 miod Exp $ */
+/* $OpenBSD: if_wi_usb.c,v 1.31 2006/10/16 12:30:08 tom Exp $ */
/*
* Copyright (c) 2003 Dale Rahn. All rights reserved.
@@ -1785,7 +1785,7 @@ wi_watchdog_usb(struct ifnet *ifp)
/*
* ioctl will always be called from a user context,
- * therefore is is possible to sleep in the calling context
+ * therefore it is possible to sleep in the calling context
* acquire the lock and call the real ioctl fucntion directly
*/
int
@@ -1852,7 +1852,7 @@ wi_usb_thread(void *arg)
wi_func_io.f_start(&sc->sc_wi.sc_ic.ic_if);
/*
* tx_unlock is explicitly missing here
- * is is done in txeof_frm
+ * it is done in txeof_frm
*/
} else if (wi_thread_info->status & WI_INQUIRE) {
wi_thread_info->status &= ~WI_INQUIRE;