From 68e04b629e708ff50cf0996febb2263cdc9d33fc Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 28 Apr 2015 19:22:43 +0000 Subject: [PATCH] spelling fixes no code changes svn path=/trunk/; revision=67465 --- reactos/lib/drivers/libusb/common_interfaces.h | 6 +++--- reactos/lib/drivers/libusb/hub_controller.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/lib/drivers/libusb/common_interfaces.h b/reactos/lib/drivers/libusb/common_interfaces.h index a3d1f9bfbc8..5cf12e5c35f 100644 --- a/reactos/lib/drivers/libusb/common_interfaces.h +++ b/reactos/lib/drivers/libusb/common_interfaces.h @@ -25,7 +25,7 @@ typedef struct //--------------------------------------------------------------------------- // -// Object Hierachy +// Object Hierarchy // -------------------------------------------------------------------- // | IRootHCDController | // | IHCDController Intel USB Universal Host Controller - 3A37 | @@ -673,7 +673,7 @@ DECLARE_INTERFACE_(IUSBDevice, IUnknown) // // AbortPipe // -// Description: aborts all pending requsts +// Description: aborts all pending requests virtual NTSTATUS AbortPipe(IN PUSB_ENDPOINT_DESCRIPTOR EndpointDescriptor) = 0; @@ -681,7 +681,7 @@ DECLARE_INTERFACE_(IUSBDevice, IUnknown) // // GetMaxPacketSize // -// Description: aborts all pending requsts +// Description: aborts all pending requests virtual UCHAR GetMaxPacketSize() = 0; }; diff --git a/reactos/lib/drivers/libusb/hub_controller.cpp b/reactos/lib/drivers/libusb/hub_controller.cpp index b62e1adedca..2b9e51d6382 100644 --- a/reactos/lib/drivers/libusb/hub_controller.cpp +++ b/reactos/lib/drivers/libusb/hub_controller.cpp @@ -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) {