EdkCompatibilityPkg: Fix typos in comments

- 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>
This commit is contained in:
Gary Lin
2016-10-19 15:01:12 +08:00
committed by Liming Gao
parent c4260115f0
commit 4fc0be8705
31 changed files with 47 additions and 47 deletions

View File

@@ -74,7 +74,7 @@ Arguments:
Returns:
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
EFI_UNSUPPORTED - Not supported

View File

@@ -47,7 +47,7 @@ Arguments:
Returns:
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
EFI_UNSUPPORTED - Not supported

View File

@@ -182,7 +182,7 @@ EfiCpuid (
Routine Description:
Get the Cpu info by excute the CPUID instruction.
Get the Cpu info by execute the CPUID instruction.
Arguments:

View File

@@ -184,7 +184,7 @@ EfiCpuid (
Routine Description:
Get the Cpu info by excute the CPUID instruction.
Get the Cpu info by execute the CPUID instruction.
Arguments:

View File

@@ -1641,7 +1641,7 @@ Returns:
}
//
// Retrive formset storage data from Form Browser
// Retrieve formset storage data from Form Browser
//
ConfigHdr = mFakeConfigHdr;
HeaderLen = EfiStrLen (ConfigHdr);

View File

@@ -25,7 +25,7 @@ Abstract:
///
/// Define the maximum number of characters that are required to
/// encode a decimal, hexidecimal, GUID, or TIME value with a NULL
/// encode a decimal, hexadecimal, GUID, or TIME value with a NULL
/// terminator.
///
/// Maximum Length Decimal String = 28

View File

@@ -63,7 +63,7 @@ Abstract:
by Source and SourceSize.
@retval RETURN_SUCCESS The size of destination buffer and the size of scratch
buffer are successull retrieved.
buffer are successfully retrieved.
@retval RETURN_INVALID_PARAMETER The source data is corrupted
**/

View File

@@ -321,7 +321,7 @@ GlueDecodeP (
/**
Reads code lengths for the Extra Set or the Position Set.
Read in the Extra Set or Pointion Set Length Arrary, then
Read in the Extra Set or Position Set Length Array, then
generate the Huffman code mapping for them.
@param Sd The global scratch data.
@@ -544,7 +544,7 @@ GlueDecodeC (
Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
//
// Read in the Extra Set Code Length Arrary,
// Read in the Extra Set Code Length Array,
// Generate the Huffman code mapping table for Extra Set.
//
Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);
@@ -553,13 +553,13 @@ GlueDecodeC (
}
//
// Read in and decode the Char&Len Set Code Length Arrary,
// Read in and decode the Char&Len Set Code Length Array,
// Generate the Huffman code mapping table for Char&Len Set.
//
ReadCLen (Sd);
//
// Read in the Position Set Code Length Arrary,
// Read in the Position Set Code Length Array,
// Generate the Huffman code mapping table for the Position Set.
//
Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));
@@ -702,7 +702,7 @@ Done:
by Source and SourceSize.
@retval RETURN_SUCCESS The size of destination buffer and the size of scratch
buffer are successull retrieved.
buffer are successfully retrieved.
@retval RETURN_INVALID_PARAMETER The source data is corrupted
**/

View File

@@ -155,7 +155,7 @@ GlueDecodeP (
/**
Reads code lengths for the Extra Set or the Position Set.
Read in the Extra Set or Pointion Set Length Arrary, then
Read in the Extra Set or Position Set Length Array, then
generate the Huffman code mapping for them.
@param Sd The global scratch data.

View File

@@ -58,7 +58,7 @@ IoReadWorker (
@param Width The width of the I/O operation.
@param Data The value to write to the I/O port.
@return The paramter of Data.
@return The parameter of Data.
**/
UINT64

View File

@@ -96,7 +96,7 @@ IoReadWorker (
@param Width The width of the I/O operation.
@param Data The value to write to the I/O port.
@return The paramter of Data.
@return The parameter of Data.
**/
UINT64

View File

@@ -825,7 +825,7 @@ Arguments:
Returns:
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
--*/
@@ -994,7 +994,7 @@ Arguments:
Returns:
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
--*/
@@ -1080,7 +1080,7 @@ Arguments:
Returns:
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
--*/