From a884062bc9bf6dea4b86dd1580732225b0768200 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 10 Feb 2010 12:25:35 +0000 Subject: [PATCH] [usb/usbehci] fix typo svn path=/trunk/; revision=45553 --- reactos/drivers/usb/usbehci/usbiffn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/usb/usbehci/usbiffn.c b/reactos/drivers/usb/usbehci/usbiffn.c index bff3172634c..165f5daaa13 100644 --- a/reactos/drivers/usb/usbehci/usbiffn.c +++ b/reactos/drivers/usb/usbehci/usbiffn.c @@ -244,7 +244,7 @@ QueryBusInformation(PVOID BusContext, BOOLEAN USB_BUSIFFN -IsDeviceHighSpeed(PVOID BusCOntext) +IsDeviceHighSpeed(PVOID BusContext) { DPRINT1("IsDeviceHighSpeed called\n"); return TRUE;