Author: hbelusca
Date: Tue Sep 2 18:40:08 2014
New Revision: 64030
URL:
http://svn.reactos.org/svn/reactos?rev=64030&view=rev
Log:
[USBHUB]: Fix a typo, corrected by kikidee!
CORE-8501 #resolve #comment Corrected, thanks!
Modified:
trunk/reactos/drivers/usb/usbhub/fdo.c
Modified: trunk/reactos/drivers/usb/usbhub/fdo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbhub/fdo.c?r…
==============================================================================
--- trunk/reactos/drivers/usb/usbhub/fdo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbhub/fdo.c [iso-8859-1] Tue Sep 2 18:40:08 2014
@@ -1291,7 +1291,7 @@
if (ConfigDesc.bNumInterfaces > 1)
{
- DPRINT1("Warning: Device has more that one interface. Only one interface
(the first) is currently supported\n");
+ DPRINT1("Warning: Device has more than one interface. Only one interface
(the first) is currently supported\n");
}
ConfigDescSize = ConfigDesc.wTotalLength;
@@ -1328,7 +1328,7 @@
//DumpFullConfigurationDescriptor(UsbChildExtension->FullConfigDesc);
//
- // Construct all the strings that will described the device to PNP
+ // Construct all the strings that will describe the device to PNP
//
Status = CreateDeviceIds(NewChildDeviceObject);
if (!NT_SUCCESS(Status))