From d7db0902808f59f71421cc2fc5012da4a47a32b9 Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 12 Dec 2008 06:04:02 +0000 Subject: Fix some typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c | 14 +++++++------- .../UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c | 4 ++-- MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'MdeModulePkg/Bus/Usb') diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c index 00c3c54a0d..f4dd109696 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c @@ -1,7 +1,7 @@ /** @file - Implementation of the USB mass storage Control/Bulk/Interrupt transpor. - Notice: it is being obseleted by the standard body in favor of the BOT + Implementation of the USB mass storage Control/Bulk/Interrupt transport. + Notice: it is being obsoleted by the standard body in favor of the BOT (Bulk-Only Transport). Copyright (c) 2007 - 2008, Intel Corporation diff --git a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c index 33e1ae8f96..f5bd0fc837 100644 --- a/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c +++ b/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c @@ -28,9 +28,9 @@ USB_MASS_TRANSPORT *mUsbMassTransport[] = { Reset the block device. ExtendedVerification is ignored for this. @param This The BLOCK IO protocol - @param ExtendedVerification Whether to execute extended verfication. + @param ExtendedVerification Whether to execute extended verification. - @retval EFI_SUCCESS The device is successfully resetted. + @retval EFI_SUCCESS The device is successfully reseted. @retval Others Failed to reset the device. **/ @@ -273,7 +273,7 @@ UsbMassFlushBlocks ( } /** - Retrieve the media parameters such as disk gemotric for the + Retrieve the media parameters such as disk geometric for the device's BLOCK IO protocol. @param UsbMass The USB mass storage device @@ -348,8 +348,8 @@ UsbMassInitMedia ( @param Context The passing parameter. @param MaxLun Get the MaxLun if is BOT dev. - @retval EFI_SUCCESS The initilization is successful. - @retval Others Failed to initilize dev. + @retval EFI_SUCCESS The initialization is successful. + @retval Others Failed to initialize dev. **/ EFI_STATUS @@ -711,7 +711,7 @@ USBMassDriverBindingSupported ( INTN Index; // - // Check whether the controlelr support USB_IO + // Check whether the controller support USB_IO // Status = gBS->OpenProtocol ( Controller, @@ -812,7 +812,7 @@ USBMassDriverBindingStart ( } } else { // - // Open device path to perpare append Device Logic Unit node. + // Open device path to prepare append Device Logic Unit node. // Status = gBS->OpenProtocol ( Controller, diff --git a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c index 00e4ca049c..faafd2e52c 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c @@ -194,7 +194,7 @@ USBMouseAbsolutePointerDriverBindingSupported ( @retval EFI_DEVICE_ERROR This driver cannot be started due to device Error EFI_OUT_OF_RESOURCES- Can't allocate memory resources - @retval EFI_ALREADY_STARTED Thios driver has been started + @retval EFI_ALREADY_STARTED This driver has been started **/ EFI_STATUS @@ -432,7 +432,7 @@ ErrorExit: /** - Stop this driver on ControllerHandle. Support stoping any child handles + Stop this driver on ControllerHandle. Support stopping any child handles created by this driver. @param This Protocol instance pointer. diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c index 15b8405da2..ffe5c01c2f 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c @@ -235,7 +235,7 @@ USBMouseDriverBindingSupported ( @retval EFI_UNSUPPORTED This driver does not support this device. @retval EFI_DEVICE_ERROR This driver cannot be started due to device Error. @retval EFI_OUT_OF_RESOURCES Can't allocate memory resources. - @retval EFI_ALREADY_STARTED Thios driver has been started. + @retval EFI_ALREADY_STARTED This driver has been started. **/ EFI_STATUS @@ -472,7 +472,7 @@ ErrorExit: /** - Stop this driver on ControllerHandle. Support stoping any child handles + Stop this driver on ControllerHandle. Support stopping any child handles created by this driver. @param This Protocol instance pointer. diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h index b8b3ed4b38..1f1960c91f 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h @@ -1,6 +1,6 @@ /** @file - Helper routine and corrsponding data struct used by USB Mouse Driver. + Helper routine and corresponding data struct used by USB Mouse Driver. Copyright (c) 2004 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials -- cgit v1.2.3