mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
spelling fixes
no code changes svn path=/trunk/; revision=67465
This commit is contained in:
parent
22d49c5df5
commit
68e04b629e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ typedef struct
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Object Hierachy
|
// Object Hierarchy
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
// | IRootHCDController |
|
// | IRootHCDController |
|
||||||
// | IHCDController Intel USB Universal Host Controller - 3A37 |
|
// | IHCDController Intel USB Universal Host Controller - 3A37 |
|
||||||
|
@ -673,7 +673,7 @@ DECLARE_INTERFACE_(IUSBDevice, IUnknown)
|
||||||
//
|
//
|
||||||
// AbortPipe
|
// AbortPipe
|
||||||
//
|
//
|
||||||
// Description: aborts all pending requsts
|
// Description: aborts all pending requests
|
||||||
|
|
||||||
virtual NTSTATUS AbortPipe(IN PUSB_ENDPOINT_DESCRIPTOR EndpointDescriptor) = 0;
|
virtual NTSTATUS AbortPipe(IN PUSB_ENDPOINT_DESCRIPTOR EndpointDescriptor) = 0;
|
||||||
|
|
||||||
|
@ -681,7 +681,7 @@ DECLARE_INTERFACE_(IUSBDevice, IUnknown)
|
||||||
//
|
//
|
||||||
// GetMaxPacketSize
|
// GetMaxPacketSize
|
||||||
//
|
//
|
||||||
// Description: aborts all pending requsts
|
// Description: aborts all pending requests
|
||||||
|
|
||||||
virtual UCHAR GetMaxPacketSize() = 0;
|
virtual UCHAR GetMaxPacketSize() = 0;
|
||||||
};
|
};
|
||||||
|
|
|
@ -327,7 +327,7 @@ CHubController::QueryStatusChangeEndpoint(
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// If theres a flag in PortChange return TRUE so the SCE Irp will be completed
|
// If there's a flag in PortChange return TRUE so the SCE Irp will be completed
|
||||||
//
|
//
|
||||||
if (PortChange != 0)
|
if (PortChange != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue