]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some typo.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 06:04:02 +0000 (06:04 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 06:04:02 +0000 (06:04 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c
MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h
MdeModulePkg/Core/Dxe/Misc/Stall.c
MdeModulePkg/Include/Library/IpIoLib.h
MdeModulePkg/Include/Library/NetLib.h
MdeModulePkg/Include/Library/PlatDriOverLib.h
MdeModulePkg/Include/Protocol/Crc32GuidedSectionExtraction.h
MdeModulePkg/Include/Protocol/Performance.h

index 00c3c54a0df151875f8b5babe59e9fa71e747e11..f4dd10969618d902ac4dfb25fe47f89e4e1e1798 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-  Implementation of the USB mass storage Control/Bulk/Interrupt transpor.\r
-  Notice: it is being obseleted by the standard body in favor of the BOT\r
+  Implementation of the USB mass storage Control/Bulk/Interrupt transport.\r
+  Notice: it is being obsoleted by the standard body in favor of the BOT\r
   (Bulk-Only Transport).\r
 \r
 Copyright (c) 2007 - 2008, Intel Corporation\r
index 33e1ae8f96627ecc718f3903de35f38abdd84283..f5bd0fc8374eb74dab159186014c37e05da8bf59 100644 (file)
@@ -28,9 +28,9 @@ USB_MASS_TRANSPORT *mUsbMassTransport[] = {
   Reset the block device. ExtendedVerification is ignored for this.\r
 \r
   @param  This                   The BLOCK IO protocol\r
-  @param  ExtendedVerification   Whether to execute extended verfication.\r
+  @param  ExtendedVerification   Whether to execute extended verification.\r
 \r
-  @retval EFI_SUCCESS            The device is successfully resetted.\r
+  @retval EFI_SUCCESS            The device is successfully reseted.\r
   @retval Others                 Failed to reset the device.\r
 \r
 **/\r
@@ -273,7 +273,7 @@ UsbMassFlushBlocks (
 }\r
 \r
 /**\r
-  Retrieve the media parameters such as disk gemotric for the\r
+  Retrieve the media parameters such as disk geometric for the\r
   device's BLOCK IO protocol.\r
 \r
   @param  UsbMass                The USB mass storage device\r
@@ -348,8 +348,8 @@ UsbMassInitMedia (
   @param  Context         The passing parameter.\r
   @param  MaxLun          Get the MaxLun if is BOT dev.\r
 \r
-  @retval EFI_SUCCESS     The initilization is successful.\r
-  @retval Others          Failed to initilize dev.\r
+  @retval EFI_SUCCESS     The initialization is successful.\r
+  @retval Others          Failed to initialize dev.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -711,7 +711,7 @@ USBMassDriverBindingSupported (
   INTN                          Index;\r
 \r
   //\r
-  // Check whether the controlelr support USB_IO\r
+  // Check whether the controller support USB_IO\r
   //\r
   Status = gBS->OpenProtocol (\r
                   Controller,\r
@@ -812,7 +812,7 @@ USBMassDriverBindingStart (
     }\r
   } else {\r
     //\r
-    // Open device path to perpare append Device Logic Unit node.\r
+    // Open device path to prepare append Device Logic Unit node.\r
     //\r
     Status = gBS->OpenProtocol (\r
                     Controller,\r
index 00e4ca049cbb79b37bd1c1e305897388b31d8cee..faafd2e52c32c06f24fcd0280366e026a0c836f3 100644 (file)
@@ -194,7 +194,7 @@ USBMouseAbsolutePointerDriverBindingSupported (
   @retval EFI_DEVICE_ERROR      This driver cannot be started due to device Error\r
                                 EFI_OUT_OF_RESOURCES- Can't allocate memory\r
                                 resources\r
-  @retval EFI_ALREADY_STARTED   Thios driver has been started\r
+  @retval EFI_ALREADY_STARTED   This driver has been started\r
 \r
 **/\r
 EFI_STATUS\r
@@ -432,7 +432,7 @@ ErrorExit:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                  Protocol instance pointer.\r
index 15b8405da2188a9ce17d95a721ce8f35825b466e..ffe5c01c2ff687773c69c9c6d8c8d707d9e1ab53 100644 (file)
@@ -235,7 +235,7 @@ USBMouseDriverBindingSupported (
   @retval EFI_UNSUPPORTED       This driver does not support this device.\r
   @retval EFI_DEVICE_ERROR      This driver cannot be started due to device Error.\r
   @retval EFI_OUT_OF_RESOURCES  Can't allocate memory resources.\r
-  @retval EFI_ALREADY_STARTED   Thios driver has been started.\r
+  @retval EFI_ALREADY_STARTED   This driver has been started.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -472,7 +472,7 @@ ErrorExit:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This                  Protocol instance pointer.\r
index b8b3ed4b38fc33ab015a2a8d12cd11379b153ff4..1f1960c91f5a88353097a0a4932e29cdb571afd0 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Helper routine and corrsponding data struct used by USB Mouse Driver.\r
+  Helper routine and corresponding data struct used by USB Mouse Driver.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
index 96d9b339cf9db2a98874997855ccfaa5dddca3cd..175e1f5c35251b0cd9b6207aec89b657915db809 100644 (file)
@@ -46,7 +46,7 @@ CoreStall (
   //\r
   // Calculate the number of ticks by dividing the number of microseconds by\r
   // the TickPeriod.\r
-  // Calcullation is based on 100ns unit.\r
+  // Calculation is based on 100ns unit.\r
   //\r
   Counter = (UINT32) DivU64x32Remainder (\r
                        Microseconds * 10,\r
index 67dfb6168dc6fad8cd0bcc9e2a08c4de6ac873ef..0ef93ed9e57279f20044d04f09d10fd330fdb563 100644 (file)
@@ -83,7 +83,7 @@ VOID
                                   // field is valid for user\r
   IN EFI_NET_SESSION_DATA *NetSession, // the communication point\r
   IN NET_BUF              *Pkt,    // packet received\r
-  IN VOID                 *Context // the Context provided by user for recive data\r
+  IN VOID                 *Context // the Context provided by user for receive data\r
   );\r
 \r
 typedef\r
index 6198e7e83a0e78892dfbb58ad50e37c15bfd838c..1a0fdb28ba894fa4e8a482def07f7d94eeb662d0 100644 (file)
@@ -36,7 +36,7 @@ typedef enum {
   EFI_IP_PROTO_ICMP     = 0x01,\r
 \r
   //\r
-  // The address classfication\r
+  // The address classification\r
   //\r
   IP4_ADDR_CLASSA       = 1,\r
   IP4_ADDR_CLASSB,\r
index 34d0f5b6c3c24bff35990516d279083cb8a2d8fc..d49d66da2c3886d0af97220d50979ff7738a50f7 100644 (file)
@@ -222,7 +222,7 @@ DeleteDriverImage (
                                If Binding protocol is not found, it is set to NULL. \r
 \r
   @return                      Pointer into the Binding Protocol interface\r
-  @retval NULL                 The paramter is not valid or the binding protocol is not found.\r
+  @retval NULL                 The parameter is not valid or the binding protocol is not found.\r
 \r
 **/\r
 EFI_DRIVER_BINDING_PROTOCOL *\r
index 50a8bac6f4e3fe90d90556f46c7dca7c0a2f4675..ae3b8c6ea317be09b03f412bf6c1f4a885ca9a48 100644 (file)
@@ -2,7 +2,7 @@
 \r
   This file defines a group of guids to specify the different \r
   encapsulation scheme for the guided section.\r
-  The related defintions is in UEFI GuidedSectionExtraction protocol.\r
+  The related definitions is in UEFI GuidedSectionExtraction protocol.\r
 \r
   Now, only one guid is defined for CRC32 encapsulation scheme.\r
 \r
index 2581b38b7323076da91ac9338c67734f1dc14835..9d0253912591c631d064b4549ddbcda802e074d1 100644 (file)
@@ -137,7 +137,7 @@ EFI_STATUS
   @param  GaugeDataEntry          The indirect pointer to the gauge data entry specified by LogEntryKey\r
                                   if the retrieval is successful.\r
 \r
-  @retval EFI_SUCCESS             The GuageDataEntry is successfuly found based on LogEntryKey.\r
+  @retval EFI_SUCCESS             The GuageDataEntry is successfully found based on LogEntryKey.\r
   @retval EFI_NOT_FOUND           The LogEntryKey is the last entry (equals to the total entry number).\r
   @retval EFI_INVALIDE_PARAMETER  The LogEntryKey is not a valid entry (greater than the total entry number).\r
   @retval EFI_INVALIDE_PARAMETER  GaugeDataEntry is NULL.\r