]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EdkCompatibilityPkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:12 +0000 (15:01 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 21 Oct 2016 08:40:50 +0000 (16:40 +0800)
- excute -> execute
- Pacakges -> Packages
- successfull -> successfully
- outputed -> outputted
- triggerred -> triggered
- specifiecd -> specified
- hexidecimal -> hexadecimal
- Arrary -> Array
- Pointion -> Position
- paramter -> parameter
- stardard -> standard
- perodically -> periodically
- dependecy -> dependency
- evauated -> evaluated
- availible -> available
- boundry -> boundary
- discontiguous -> discontinuous

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
31 files changed:
EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ScriptSave.c
EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.h
EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Package.c
EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c
EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.h
EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.c
EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.h
EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h
EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h
EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h
EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h
EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.c
EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h
EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h
EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePrintLib.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGlueUefiDecompressLib.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/IoLib.c
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Decompress.c
EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtAutoScan/NtAutoScan.h
EdkCompatibilityPkg/Sample/Tools/Source/Common/Decompress.c
EdkCompatibilityPkg/Sample/Tools/Source/Common/Decompress.h
EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h
EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/CustomizedCompress.c
EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c
EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/GenFfsFile.c

index 0bc2f75ca96feb53f81ca164f5fda60c7609afc7..a3503a5d300353af948f09708fb901f9f2ec62d5 100644 (file)
@@ -358,7 +358,7 @@ BootScriptPciCfg2ReadWrite (
                           );\r
 }\r
 /**\r
                           );\r
 }\r
 /**\r
-  Internal function to add smbus excute opcode to the table.\r
+  Internal function to add smbus execute opcode to the table.\r
 \r
   @param  Marker                The variable argument list to get the opcode\r
                                 and associated attributes.\r
 \r
   @param  Marker                The variable argument list to get the opcode\r
                                 and associated attributes.\r
@@ -913,7 +913,7 @@ InitializeScriptSaveOnS3SaveState (
     ASSERT_EFI_ERROR (Status);\r
     ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)MemoryAddress;\r
     //\r
     ASSERT_EFI_ERROR (Status);\r
     ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)MemoryAddress;\r
     //\r
-    // Align buffer on section boundry\r
+    // Align buffer on section boundary\r
     //\r
     ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
     ImageContext.ImageAddress &= ~(ImageContext.SectionAlignment - 1);\r
     //\r
     ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
     ImageContext.ImageAddress &= ~(ImageContext.SectionAlignment - 1);\r
index d86572a7778332e04b4b68b6c4d9516a495a3019..c736990f3e87776a4317f7eb499241018f25f4f3 100644 (file)
@@ -249,7 +249,7 @@ extern BOOLEAN                                    mInFrameworkUpdatePakcage;
   @param Packages  Pointer of HII packages.\r
   @param Handle    Handle value to be returned.\r
 \r
   @param Packages  Pointer of HII packages.\r
   @param Handle    Handle value to be returned.\r
 \r
-  @retval EFI_SUCCESS           Pacakges has added to HII database successfully.\r
+  @retval EFI_SUCCESS           Packages has added to HII database successfully.\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
@@ -268,7 +268,7 @@ HiiNewPack (
   @param This      Pointer of Frameowk HII protocol instance.\r
   @param Handle    Handle value to be removed.\r
 \r
   @param This      Pointer of Frameowk HII protocol instance.\r
   @param Handle    Handle value to be removed.\r
 \r
-  @retval EFI_SUCCESS           Pacakges has added to HII database successfully.\r
+  @retval EFI_SUCCESS           Packages has added to HII database successfully.\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
index 2d3031a150268c2ddf9d8b87a461b5e59e7f0461..caa5cf87d408b282e8a31c3a7c1903e47cebfd8e 100644 (file)
@@ -455,7 +455,7 @@ FindStringPackAndUpdatePackListWithOnlyIfrPack (
   @param Handle                       On output, a FRAMEWORK_EFI_HII_HANDLE number is\r
                                       returned.\r
 \r
   @param Handle                       On output, a FRAMEWORK_EFI_HII_HANDLE number is\r
                                       returned.\r
 \r
-  @retval EFI_SUCCESS                 The Package List is registered successfull in \r
+  @retval EFI_SUCCESS                 The Package List is registered successfully in\r
                                       the database.\r
   @retval EFI_UNSUPPORTED             The number of IFR package in the package list\r
                                       is greater than 1.\r
                                       the database.\r
   @retval EFI_UNSUPPORTED             The number of IFR package in the package list\r
                                       is greater than 1.\r
@@ -644,7 +644,7 @@ Done:
   @param Packages  Pointer of HII packages.\r
   @param Handle    Handle value to be returned.\r
 \r
   @param Packages  Pointer of HII packages.\r
   @param Handle    Handle value to be returned.\r
 \r
-  @retval EFI_SUCCESS           Pacakges has added to HII database successfully.\r
+  @retval EFI_SUCCESS           Packages has added to HII database successfully.\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
@@ -701,7 +701,7 @@ HiiNewPack (
   @param This      Pointer of Frameowk HII protocol instance.\r
   @param Handle    Handle value to be removed.\r
 \r
   @param This      Pointer of Frameowk HII protocol instance.\r
   @param Handle    Handle value to be removed.\r
 \r
-  @retval EFI_SUCCESS           Pacakges has added to HII database successfully.\r
+  @retval EFI_SUCCESS           Packages has added to HII database successfully.\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
   @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.\r
 \r
 **/\r
index d269b8e4d6bab6c3482043122a5f5f8262c49a5c..93cd710569aeb3f2bc826065df189b2cb0b14573 100644 (file)
@@ -53,7 +53,7 @@ CONST CHAR16 FrameworkReservedVarstoreName[] = FRAMEWORK_RESERVED_VARSTORE_NAME;
   @param HandleBuffer         On output, an array of EFI_HII_HANDLE  instances returned.\r
                               The caller is responcible to free this pointer allocated.\r
 \r
   @param HandleBuffer         On output, an array of EFI_HII_HANDLE  instances returned.\r
                               The caller is responcible to free this pointer allocated.\r
 \r
-  @retval EFI_SUCCESS           The matching handles are outputed successfully.\r
+  @retval EFI_SUCCESS           The matching handles are outputted successfully.\r
                                 HandleBufferLength is updated with the actual length.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough resource to complete the operation.\r
   @retval EFI_NOT_FOUND         No matching handle could not be found in database.\r
                                 HandleBufferLength is updated with the actual length.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough resource to complete the operation.\r
   @retval EFI_NOT_FOUND         No matching handle could not be found in database.\r
index 4f453f1ca692c7601ef22b481056c599cbbad5d3..551c4bf27ab00a482fccaafaef476ab4a53ad1fd 100644 (file)
@@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param HandleBuffer         On output, an array of EFI_HII_HANDLE  instances returned.\r
                               The caller is responcible to free this pointer allocated.\r
 \r
   @param HandleBuffer         On output, an array of EFI_HII_HANDLE  instances returned.\r
                               The caller is responcible to free this pointer allocated.\r
 \r
-  @retval EFI_SUCCESS           The matching handles are outputed successfully.\r
+  @retval EFI_SUCCESS           The matching handles are outputted successfully.\r
                                 HandleBufferLength is updated with the actual length.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough resource to complete the operation.\r
   @retval EFI_NOT_FOUND         No matching handle could not be found in database.\r
                                 HandleBufferLength is updated with the actual length.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough resource to complete the operation.\r
   @retval EFI_NOT_FOUND         No matching handle could not be found in database.\r
index eb281d6e768995ce70b2e8c6c365d25e5065d07e..73c89a10f026e4763d9040d80509fdd06593b34f 100644 (file)
@@ -747,7 +747,7 @@ WhoAmI (
 /**\r
   Checks APs' status periodically.\r
 \r
 /**\r
   Checks APs' status periodically.\r
 \r
-  This function is triggerred by timer perodically to check the\r
+  This function is triggered by timer periodically to check the\r
   state of APs for StartupAllAPs() and StartupThisAP() executed\r
   in non-blocking mode.\r
 \r
   state of APs for StartupAllAPs() and StartupThisAP() executed\r
   in non-blocking mode.\r
 \r
index 7f9d107dfad91e0ecb2ed5b9f7abda0a4cb9eda8..1374968db8aedb846db1e5a7409bade819453e88 100644 (file)
@@ -340,7 +340,7 @@ WhoAmI (
 /**\r
   Checks APs' status periodically.\r
 \r
 /**\r
   Checks APs' status periodically.\r
 \r
-  This function is triggerred by timer perodically to check the\r
+  This function is triggered by timer periodically to check the\r
   state of APs for StartupAllAPs() and StartupThisAP() executed\r
   in non-blocking mode.\r
 \r
   state of APs for StartupAllAPs() and StartupThisAP() executed\r
   in non-blocking mode.\r
 \r
index 746b4c03f836916e58bd03f6e9b2cda37cd3a05b..b0ec374e2614968866e87c53e46ef3e1a71568d6 100644 (file)
@@ -187,7 +187,7 @@ EfiCpuid (
 \r
 /*++                                                                                                                          \r
 Routine Description:                                                \r
 \r
 /*++                                                                                                                          \r
 Routine Description:                                                \r
-  Get the Cpu info by excute the CPUID instruction\r
+  Get the Cpu info by execute the CPUID instruction\r
 Arguments:                \r
    RegisterInEax: -The input value to put into register EAX\r
    Regs:          -The Output value                      \r
 Arguments:                \r
    RegisterInEax: -The input value to put into register EAX\r
    Regs:          -The Output value                      \r
index 026854a32ad455bc59a23fe9a3985980e3ce5786..81d3b00f2a03a2734778f1e7cacafb38275e1d78 100644 (file)
@@ -262,12 +262,12 @@ typedef struct {
 #define EFI_PAGES_TO_SIZE(a)   ( (a) << EFI_PAGE_SHIFT)\r
 \r
 //\r
 #define EFI_PAGES_TO_SIZE(a)   ( (a) << EFI_PAGE_SHIFT)\r
 \r
 //\r
-//  ALIGN_POINTER - aligns a pointer to the lowest boundry\r
+//  ALIGN_POINTER - aligns a pointer to the lowest boundary\r
 //\r
 #define ALIGN_POINTER(p, s) ((VOID *) (p + ((s - ((UINTN) p)) & (s - 1))))\r
 \r
 //\r
 //\r
 #define ALIGN_POINTER(p, s) ((VOID *) (p + ((s - ((UINTN) p)) & (s - 1))))\r
 \r
 //\r
-//  ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor\r
+//  ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor\r
 //\r
 #define ALIGN_VARIABLE(Value, Adjustment) \\r
   (UINTN) Adjustment = 0; \\r
 //\r
 #define ALIGN_VARIABLE(Value, Adjustment) \\r
   (UINTN) Adjustment = 0; \\r
index b319aae973d13795fea8346485bd82be272ae310..0db81dd2a3677deeb85f6139ef675fe8255cddb6 100644 (file)
@@ -201,7 +201,7 @@ EFI_STATUS
     Handle             - An array of EFI_HII_HANDLE instances returned.\r
         \r
   Returns:\r
     Handle             - An array of EFI_HII_HANDLE instances returned.\r
         \r
   Returns:\r
-    EFI_SUCCESS            - The matching handles are outputed successfully.\r
+    EFI_SUCCESS            - The matching handles are outputted successfully.\r
                              HandleBufferLength is updated with the actual length.\r
     EFI_BUFFER_TO_SMALL    - The HandleBufferLength parameter indicates that\r
                              Handle is too small to support the number of handles.\r
                              HandleBufferLength is updated with the actual length.\r
     EFI_BUFFER_TO_SMALL    - The HandleBufferLength parameter indicates that\r
                              Handle is too small to support the number of handles.\r
@@ -248,7 +248,7 @@ EFI_STATUS
                              is too small to support the number of handles.     \r
                              HandleBufferLength is updated with a value that will\r
                              enable the data to fit.\r
                              is too small to support the number of handles.     \r
                              HandleBufferLength is updated with a value that will\r
                              enable the data to fit.\r
-    EFI_NOT_FOUND          - The specifiecd Handle could not be found in the current\r
+    EFI_NOT_FOUND          - The specified Handle could not be found in the current\r
                              database.\r
     EFI_INVALID_PARAMETER  - Handle or Buffer or BufferSize was NULL.\r
      \r
                              database.\r
     EFI_INVALID_PARAMETER  - Handle or Buffer or BufferSize was NULL.\r
      \r
index 41dad6577d3fe1c4d1432a582cca81ccc77fe4ea..5a14a139443580641b3c791f1cd1669fbc50718b 100644 (file)
@@ -28,8 +28,8 @@ Abstract:
 // EFI_DEP_BEFORE       - If present, it must be the first and only opcode\r
 // EFI_DEP_AFTER        - If present, it must be the first and only opcode\r
 // EFI_DEP_SOR          - If present, it must be the first opcode\r
 // EFI_DEP_BEFORE       - If present, it must be the first and only opcode\r
 // EFI_DEP_AFTER        - If present, it must be the first and only opcode\r
 // EFI_DEP_SOR          - If present, it must be the first opcode\r
-// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression\r
-//                        to save time.  A EFI_DEP_PUSH is evauated one an\r
+// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependency expression\r
+//                        to save time.  A EFI_DEP_PUSH is evaluated one an\r
 //                        replaced with EFI_DEP_REPLACE_TRUE\r
 //\r
 #define EFI_DEP_BEFORE        0x00\r
 //                        replaced with EFI_DEP_REPLACE_TRUE\r
 //\r
 #define EFI_DEP_BEFORE        0x00\r
index e2bc45067af8fa85e36fd97b444cedd1dc95b5bb..46ed7785faeecede58a05104d216bb425d16f6da 100644 (file)
@@ -433,7 +433,7 @@ EFI_STATUS
     Flags     - Indicates if ROM found and if PC-AT.\r
 \r
   Returns:\r
     Flags     - Indicates if ROM found and if PC-AT.\r
 \r
   Returns:\r
-    EFI_SUCCESS  - Legacy Option ROM availible for this device\r
+    EFI_SUCCESS  - Legacy Option ROM available for this device\r
     EFI_UNSUPPORTED  - Legacy Option ROM not supported.\r
 \r
 --*/\r
     EFI_UNSUPPORTED  - Legacy Option ROM not supported.\r
 \r
 --*/\r
index 03032b98045162ec8f24cb38193bc7c483f6e5cf..030dadeb4113c189a3f9baa74d1f3315d0ef7e3c 100644 (file)
@@ -74,7 +74,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - Not supported\r
 \r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - Not supported\r
 \r
index 701831b1dd30344356dbfa86ddda433cd8ece43b..d7ecb23a627556dcd6dc407b05113c93ba07805b 100644 (file)
@@ -47,7 +47,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - Not supported\r
 \r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - Not supported\r
 \r
index 3d1089f0685b02792e67298705242d1a43f0d364..1f5201ba145705407ff3235822a3943f4a893de6 100644 (file)
@@ -182,7 +182,7 @@ EfiCpuid (
                                                                                     \r
 Routine Description:                                     \r
            \r
                                                                                     \r
 Routine Description:                                     \r
            \r
-  Get the Cpu info by excute the CPUID instruction.\r
+  Get the Cpu info by execute the CPUID instruction.\r
   \r
 Arguments:                \r
 \r
   \r
 Arguments:                \r
 \r
index 99d8a62f737fa826b17e87e5ed7f9285acc17e09..567bf37c983940a19e177d0137f5811dd88b1543 100644 (file)
@@ -184,7 +184,7 @@ EfiCpuid (
                                                                                     \r
 Routine Description:                                     \r
            \r
                                                                                     \r
 Routine Description:                                     \r
            \r
-  Get the Cpu info by excute the CPUID instruction.\r
+  Get the Cpu info by execute the CPUID instruction.\r
   \r
 Arguments:                \r
 \r
   \r
 Arguments:                \r
 \r
index 864a850d4a7991889e8b3d9ce6bc5cfcac4b6cf2..366eab864ba65754e8f4694d705887d21a939f4f 100644 (file)
@@ -1641,7 +1641,7 @@ Returns:
   }\r
 \r
   //\r
   }\r
 \r
   //\r
-  // Retrive formset storage data from Form Browser\r
+  // Retrieve formset storage data from Form Browser\r
   //\r
   ConfigHdr = mFakeConfigHdr;\r
   HeaderLen = EfiStrLen (ConfigHdr);\r
   //\r
   ConfigHdr = mFakeConfigHdr;\r
   HeaderLen = EfiStrLen (ConfigHdr);\r
index 86bd1728fbe90ccb554469c5ff992cc34c4ed0c5..54a870e89f0012b685a307973711516e5750040c 100644 (file)
@@ -25,7 +25,7 @@ Abstract:
 \r
 ///\r
 /// Define the maximum number of characters that are required to\r
 \r
 ///\r
 /// Define the maximum number of characters that are required to\r
-/// encode a decimal, hexidecimal, GUID, or TIME value with a NULL \r
+/// encode a decimal, hexadecimal, GUID, or TIME value with a NULL\r
 /// terminator.\r
 ///  \r
 ///  Maximum Length Decimal String     = 28\r
 /// terminator.\r
 ///  \r
 ///  Maximum Length Decimal String     = 28\r
index 01a3bdf957ccbf63cc0d3e132407cf1a2816e42a..8a0d8e14092fcfe9c2ca7e66d0afc3c27305f7bb 100644 (file)
@@ -63,7 +63,7 @@ Abstract:
                           by Source and SourceSize.\r
 \r
   @retval  RETURN_SUCCESS The size of destination buffer and the size of scratch \r
                           by Source and SourceSize.\r
 \r
   @retval  RETURN_SUCCESS The size of destination buffer and the size of scratch \r
-                          buffer are successull retrieved.\r
+                          buffer are successfully retrieved.\r
   @retval  RETURN_INVALID_PARAMETER The source data is corrupted\r
 \r
 **/\r
   @retval  RETURN_INVALID_PARAMETER The source data is corrupted\r
 \r
 **/\r
index a57b0b9e37b037dbe5f1f502d2ce71dfb0aae7d5..819e5f107d6732653afb4cf68b0aaceaab574666 100644 (file)
@@ -321,7 +321,7 @@ GlueDecodeP (
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
-  Read in the Extra Set or Pointion Set Length Arrary, then\r
+  Read in the Extra Set or Position Set Length Array, then\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
@@ -544,7 +544,7 @@ GlueDecodeC (
     Sd->mBlockSize    = (UINT16) GetBits (Sd, 16);\r
 \r
     //\r
     Sd->mBlockSize    = (UINT16) GetBits (Sd, 16);\r
 \r
     //\r
-    // Read in the Extra Set Code Length Arrary,\r
+    // Read in the Extra Set Code Length Array,\r
     // Generate the Huffman code mapping table for Extra Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);\r
     // Generate the Huffman code mapping table for Extra Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);\r
@@ -553,13 +553,13 @@ GlueDecodeC (
     }\r
 \r
     //\r
     }\r
 \r
     //\r
-    // Read in and decode the Char&Len Set Code Length Arrary,\r
+    // Read in and decode the Char&Len Set Code Length Array,\r
     // Generate the Huffman code mapping table for Char&Len Set.\r
     //\r
     ReadCLen (Sd);\r
 \r
     //\r
     // Generate the Huffman code mapping table for Char&Len Set.\r
     //\r
     ReadCLen (Sd);\r
 \r
     //\r
-    // Read in the Position Set Code Length Arrary, \r
+    // Read in the Position Set Code Length Array,\r
     // Generate the Huffman code mapping table for the Position Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));\r
     // Generate the Huffman code mapping table for the Position Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));\r
@@ -702,7 +702,7 @@ Done:
                           by Source and SourceSize.\r
 \r
   @retval  RETURN_SUCCESS The size of destination buffer and the size of scratch \r
                           by Source and SourceSize.\r
 \r
   @retval  RETURN_SUCCESS The size of destination buffer and the size of scratch \r
-                          buffer are successull retrieved.\r
+                          buffer are successfully retrieved.\r
   @retval  RETURN_INVALID_PARAMETER The source data is corrupted\r
 \r
 **/\r
   @retval  RETURN_INVALID_PARAMETER The source data is corrupted\r
 \r
 **/\r
index eb7f20b9bcec8033be3ea7a0d69db6f59a7349e0..cbd888386561d4e78e6716409bfa21266ea92937 100644 (file)
@@ -155,7 +155,7 @@ GlueDecodeP (
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
-  Read in the Extra Set or Pointion Set Length Arrary, then\r
+  Read in the Extra Set or Position Set Length Array, then\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
index 881942bbb4b746505df0157e2db8ebc83351b4ec..4168cecef5c21666a9835c879708138f3138b735 100644 (file)
@@ -58,7 +58,7 @@ IoReadWorker (
   @param  Width         The width of the I/O operation.\r
   @param  Data          The value to write to the I/O port.\r
 \r
   @param  Width         The width of the I/O operation.\r
   @param  Data          The value to write to the I/O port.\r
 \r
-  @return The paramter of Data.\r
+  @return The parameter of Data.\r
 \r
 **/\r
 UINT64\r
 \r
 **/\r
 UINT64\r
index ce8d07b84b3da2fabc256e90962b5e7444ec256e..b00285290077836608daa26dfd5e508d6002eb20 100644 (file)
@@ -96,7 +96,7 @@ IoReadWorker (
   @param  Width         The width of the I/O operation.\r
   @param  Data          The value to write to the I/O port.\r
 \r
   @param  Width         The width of the I/O operation.\r
   @param  Data          The value to write to the I/O port.\r
 \r
-  @return The paramter of Data.\r
+  @return The parameter of Data.\r
 \r
 **/\r
 UINT64\r
 \r
 **/\r
 UINT64\r
index 6d09c6152e4e9f89e268fa54df64a91e2626b99f..595691932e0676c737db2f0fa69e384e6d0f5261 100644 (file)
@@ -825,7 +825,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
@@ -994,7 +994,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
@@ -1080,7 +1080,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
index 5c20db24261be30d8bc6df89e994f26f02d1f568..6c659e836a36cdd7591cd1b4752f8810c92807c6 100644 (file)
@@ -42,7 +42,7 @@ EFI_STATUS
 \r
 Routine Description:\r
   This service is called from Index == 0 until it returns EFI_UNSUPPORTED.\r
 \r
 Routine Description:\r
   This service is called from Index == 0 until it returns EFI_UNSUPPORTED.\r
-  It allows discontiguous memory regions to be supported by the emulator.\r
+  It allows discontinuous memory regions to be supported by the emulator.\r
   It uses gSystemMemory[] and gSystemMemoryCount that were created by\r
   parsing the Windows environment variable EFI_MEMORY_SIZE.\r
   The size comes from the varaible and the address comes from the call to\r
   It uses gSystemMemory[] and gSystemMemoryCount that were created by\r
   parsing the Windows environment variable EFI_MEMORY_SIZE.\r
   The size comes from the varaible and the address comes from the call to\r
index 3f05bda6979730f72dbd773aa5c8bac575e2e0b3..bdfe5009d9adf59105525ddb6ab5a503e095613d 100644 (file)
@@ -681,7 +681,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
@@ -849,7 +849,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
@@ -933,7 +933,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
index 50458ef872528d05fd7bc41c7a04534bd4a2fe97..ca1cd9085a74235a814fb42383a871aaa4effc84 100644 (file)
@@ -47,7 +47,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
@@ -111,7 +111,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
index 74cbf06467d6c270a339b01777d1d7cb5134b684..c75d5496f17ad53fe73e1fbfbf3659e4e0e47c2f 100644 (file)
@@ -65,7 +65,7 @@ Arguments:
 \r
 Returns:\r
 \r
 \r
 Returns:\r
 \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
 \r
 --*/\r
index a336178681613bf12f1414d32a5f946e8e03e581..c0f6fab1fadd74f6ea41b436098b6425b4f5f482 100644 (file)
@@ -66,7 +66,7 @@ Arguments:
     \r
 Returns:\r
     \r
     \r
 Returns:\r
     \r
-  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successull retrieved.\r
+  EFI_SUCCESS           - The size of destination buffer and the size of scratch buffer are successfully retrieved.\r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - The operation is unsupported.\r
 \r
   EFI_INVALID_PARAMETER - The source data is corrupted\r
   EFI_UNSUPPORTED       - The operation is unsupported.\r
 \r
index 2cfc3079abc9cb3f8b62b9d229cf8e1972f4b0cc..5d7f693063ef91efd39d1be1bb9615bc036e8e07 100644 (file)
@@ -266,7 +266,7 @@ Routine Description:
     <boolval> ::= true | \r
                   false\r
 \r
     <boolval> ::= true | \r
                   false\r
 \r
-  The outputed binary grammer is thus:\r
+  The outputted binary grammer is thus:\r
     <depex> ::= sor <dep> | \r
                 before <depinst> <dep> | \r
                 after <depinst> <dep> | \r
     <depex> ::= sor <dep> | \r
                 before <depinst> <dep> | \r
                 after <depinst> <dep> | \r
index 269a5b81cb9c9eb4d163571fc5ff14819de1ed52..f84f1528789792740970150181b2123f18edcd57 100644 (file)
@@ -644,7 +644,7 @@ Returns:
 \r
   } else if (_strcmpi (Type, "LZH") == 0) {\r
     //\r
 \r
   } else if (_strcmpi (Type, "LZH") == 0) {\r
     //\r
-    // EFI stardard compression (LZH)\r
+    // EFI standard compression (LZH)\r
     //\r
     CompressionType   = EFI_STANDARD_COMPRESSION;\r
     CompressFunction  = (COMPRESS_FUNCTION) TianoCompress;\r
     //\r
     CompressionType   = EFI_STANDARD_COMPRESSION;\r
     CompressFunction  = (COMPRESS_FUNCTION) TianoCompress;\r