summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r--sys/dev/usb/ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 3049cc3a687..c00470f9991 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ehci.c,v 1.125 2012/08/07 23:51:36 krw Exp $ */
+/* $OpenBSD: ehci.c,v 1.126 2012/08/17 17:29:00 krw Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@ -3884,7 +3884,7 @@ ehci_device_isoc_start(usbd_xfer_handle xfer)
splx(s);
if (sc->sc_bus.use_polling) {
- DPRINTF(("Starting ohci isoc xfer with polling. Bad idea?\n"));
+ DPRINTF(("Starting ehci isoc xfer with polling. Bad idea?\n"));
ehci_waitintr(sc, xfer);
}