mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USBHUB]: Fix a typo, corrected by kikidee!
CORE-8501 #resolve #comment Corrected, thanks! svn path=/trunk/; revision=64030
This commit is contained in:
parent
e8a3f9a641
commit
cca75b0c65
1 changed files with 2 additions and 2 deletions
|
@ -1291,7 +1291,7 @@ CreateUsbChildDeviceObject(
|
|||
|
||||
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 @@ CreateUsbChildDeviceObject(
|
|||
//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))
|
||||
|
|
Loading…
Reference in a new issue