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;