spelling fixes

no code changes

svn path=/trunk/; revision=67465
This commit is contained in:
Christoph von Wittich 2015-04-28 19:22:43 +00:00
parent 22d49c5df5
commit 68e04b629e
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}; };

View file

@ -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)
{ {