summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2004-09-30 11:33:57 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2004-09-30 11:33:57 +0000
commitcffc5243635dbf496b3bada263b50ac7cc891261 (patch)
treef3229e3b2fbce2ada15578f4e874314527f34a8c /sys/dev
parent2cf41bf16858d2b8e1404bc7227aee8cf5c5f9e4 (diff)
spelling nit
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ehci.c4
-rw-r--r--sys/dev/usb/ohci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 51697ef9d34..709791f7ecb 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ehci.c,v 1.21 2004/08/11 11:45:57 dlg Exp $ */
+/* $OpenBSD: ehci.c,v 1.22 2004/09/30 11:33:56 dlg Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@ -897,7 +897,7 @@ ehci_activate(device_ptr_t self, enum devact act)
* Handle suspend/resume.
*
* We need to switch to polling mode here, because this routine is
- * called from an intterupt context. This is all right since we
+ * called from an interrupt context. This is all right since we
* are almost suspended anyway.
*/
void
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 553d5698571..8d2f5ead0fc 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ohci.c,v 1.50 2004/09/11 03:33:40 dlg Exp $ */
+/* $OpenBSD: ohci.c,v 1.51 2004/09/30 11:33:56 dlg Exp $ */
/* $NetBSD: ohci.c,v 1.139 2003/02/22 05:24:16 tsutsui Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
@@ -970,7 +970,7 @@ ohci_shutdown(void *v)
* Handle suspend/resume.
*
* We need to switch to polling mode here, because this routine is
- * called from an intterupt context. This is all right since we
+ * called from an interrupt context. This is all right since we
* are almost suspended anyway.
*/
void