[usb/usbehci]
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Feb 2010 12:25:35 +0000 (12:25 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Feb 2010 12:25:35 +0000 (12:25 +0000)
fix typo

svn path=/trunk/; revision=45553

reactos/drivers/usb/usbehci/usbiffn.c

index bff3172..165f5da 100644 (file)
@@ -244,7 +244,7 @@ QueryBusInformation(PVOID BusContext,
 
 BOOLEAN
 USB_BUSIFFN
-IsDeviceHighSpeed(PVOID BusCOntext)
+IsDeviceHighSpeed(PVOID BusContext)
 {
     DPRINT1("IsDeviceHighSpeed called\n");
     return TRUE;