MdePkg: Fix typos in comments

- Resuts -> Results
- outputed -> outputted
- specifiecd -> specified
- TURE -> TRUE
- specifed -> specified
- Pointion -> Position
- Arrary -> Array
- elasped -> elapsed
- paramter -> parameter
- Sumbit -> Submit

Cc: Michael D Kinney <michael.d.kinney@intel.com>
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:27 +08:00
committed by Liming Gao
parent 4fc0be8705
commit a750b4ae24
19 changed files with 31 additions and 31 deletions

View File

@ -41,8 +41,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define TCG_PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE 1 #define TCG_PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE 1
// //
// TCG PP definition of return code for Sumbit TPM Request to Pre-OS Environment // TCG PP definition of return code for Submit TPM Request to Pre-OS Environment
// and Sumbit TPM Request to Pre-OS Environment 2 // and Submit TPM Request to Pre-OS Environment 2
// //
#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS 0 #define TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS 0
#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED 1 #define TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED 1
@ -126,4 +126,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION 128 #define TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION 128
#endif #endif

View File

@ -79,7 +79,7 @@ PeriodicSmiExit (
If this function is not called from within an enabled periodic SMI handler, If this function is not called from within an enabled periodic SMI handler,
then 0 is returned. then 0 is returned.
@return The actual time in 100ns units elasped since this function was @return The actual time in 100ns units elapsed since this function was
called. A value of 0 indicates an unknown amount of time. called. A value of 0 indicates an unknown amount of time.
**/ **/
@ -95,7 +95,7 @@ PeriodicSmiYield (
PeriodicSmiDisable(). PeriodicSmiDisable().
@param[in] Context Content registered with PeriodicSmiEnable(). @param[in] Context Content registered with PeriodicSmiEnable().
@param[in] ElapsedTime The actual time in 100ns units elasped since @param[in] ElapsedTime The actual time in 100ns units elapsed since
this function was called. A value of 0 indicates this function was called. A value of 0 indicates
an unknown amount of time. an unknown amount of time.

View File

@ -152,7 +152,7 @@ EFI_STATUS
@retval EFI_SUCCESS The specified action was completed successfully. @retval EFI_SUCCESS The specified action was completed successfully.
@retval EFI_INVALID_PARAMETER One or more of the following are TRUE: @retval EFI_INVALID_PARAMETER One or more of the following are TRUE:
1.Progress, ProgressErr, or Resuts is NULL. 1.Progress, ProgressErr, or Results is NULL.
2.Parsing of the KeywordString resulted in an error. See 2.Parsing of the KeywordString resulted in an error. See
Progress and ProgressErr for more data. Progress and ProgressErr for more data.

View File

@ -214,7 +214,7 @@ EFI_STATUS
@param Handle An array of EFI_HII_HANDLE instances returned. @param Handle An array of EFI_HII_HANDLE instances returned.
@retval EFI_SUCCESS The matching handles are outputed successfully. @retval EFI_SUCCESS The matching handles are outputted successfully.
HandleBufferLength is updated with the actual length. HandleBufferLength is updated with the actual length.
@retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter
indicates that Handle is too indicates that Handle is too
@ -273,7 +273,7 @@ EFI_STATUS
@retval EFI_OUT_OF_RESOURCES BufferSize is too small to hold the package. @retval EFI_OUT_OF_RESOURCES BufferSize is too small to hold the package.
@retval EFI_NOT_FOUND The specifiecd Handle could not be found in the @retval EFI_NOT_FOUND The specified Handle could not be found in the
current database. current database.
@retval EFI_INVALID_PARAMETER BufferSize was NULL. @retval EFI_INVALID_PARAMETER BufferSize was NULL.

View File

@ -1197,12 +1197,12 @@ struct _EFI_KMS_PROTOCOL {
/// ///
BOOLEAN ServiceAvailable; BOOLEAN ServiceAvailable;
/// ///
/// TURE if and only if the service supports client identifiers. Client identifiers may be used /// TRUE if and only if the service supports client identifiers. Client identifiers may be used
/// for auditing, access control or any other purpose specific to the implementation. /// for auditing, access control or any other purpose specific to the implementation.
/// ///
BOOLEAN ClientIdSupported; BOOLEAN ClientIdSupported;
/// ///
/// TURE if and only if the service requires a client identifier in order to process key requests. /// TRUE if and only if the service requires a client identifier in order to process key requests.
/// FALSE otherwise. /// FALSE otherwise.
/// ///
BOOLEAN ClientIdRequired; BOOLEAN ClientIdRequired;
@ -1218,7 +1218,7 @@ struct _EFI_KMS_PROTOCOL {
/// ///
UINT8 ClientNameStringTypes; UINT8 ClientNameStringTypes;
/// ///
/// TURE if only if the KMS requires a client name to be supplied to the service. /// TRUE if only if the KMS requires a client name to be supplied to the service.
/// FALSE otherwise. /// FALSE otherwise.
/// ///
BOOLEAN ClientNameRequired; BOOLEAN ClientNameRequired;
@ -1227,7 +1227,7 @@ struct _EFI_KMS_PROTOCOL {
/// ///
UINT16 ClientNameMaxCount; UINT16 ClientNameMaxCount;
/// ///
/// TURE if and only if the service supports arbitrary client data requests. The use of client /// TRUE if and only if the service supports arbitrary client data requests. The use of client
/// data requires the caller to have specific knowledge of the individual KMS service and /// data requires the caller to have specific knowledge of the individual KMS service and
/// should be used only if absolutely necessary. /// should be used only if absolutely necessary.
/// FALSE otherwise. /// FALSE otherwise.
@ -1239,7 +1239,7 @@ struct _EFI_KMS_PROTOCOL {
/// ///
UINTN ClientDataMaxSize; UINTN ClientDataMaxSize;
/// ///
/// TURE if variable length key identifiers are supported. /// TRUE if variable length key identifiers are supported.
/// FALSE if a fixed length key identifier is supported. /// FALSE if a fixed length key identifier is supported.
/// ///
BOOLEAN KeyIdVariableLenSupported; BOOLEAN KeyIdVariableLenSupported;

View File

@ -308,7 +308,7 @@ DecodeP (
/** /**
Reads code lengths for the Extra Set or the Position Set. 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. generate the Huffman code mapping for them.
@param Sd The global scratch data. @param Sd The global scratch data.
@ -508,7 +508,7 @@ DecodeC (
Sd->mBlockSize = (UINT16) GetBits (Sd, 16); 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. // Generate the Huffman code mapping table for Extra Set.
// //
Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);
@ -517,13 +517,13 @@ DecodeC (
} }
// //
// 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. // Generate the Huffman code mapping table for Char&Len Set.
// //
ReadCLen (Sd); 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. // Generate the Huffman code mapping table for the Position Set.
// //
Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1)); Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));

View File

@ -146,7 +146,7 @@ DecodeP (
/** /**
Reads code lengths for the Extra Set or the Position Set. 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. generate the Huffman code mapping for them.
@param Sd The global scratch data. @param Sd The global scratch data.

View File

@ -179,7 +179,7 @@ ExtractGuidedSectionRegisterHandlers (
VOID *GuidData; VOID *GuidData;
// //
// Check input paramter. // Check input parameter.
// //
ASSERT (SectionGuid != NULL); ASSERT (SectionGuid != NULL);
ASSERT (GetInfoHandler != NULL); ASSERT (GetInfoHandler != NULL);

View File

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

View File

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

View File

@ -124,7 +124,7 @@ DxePciLibEsalReadWorker (
This function wraps EsalPciConfigWrite function of Extended SAL PCI This function wraps EsalPciConfigWrite function of Extended SAL PCI
Services Class. Services Class.
It writes the PCI configuration register specified by Address with the It writes the PCI configuration register specified by Address with the
value specified by Data. The width of data is specifed by Width. value specified by Data. The width of data is specified by Width.
Data is returned. Data is returned.
@param Address Address that encodes the PCI Bus, Device, Function and @param Address Address that encodes the PCI Bus, Device, Function and

View File

@ -124,7 +124,7 @@ DxePciSegmentLibEsalReadWorker (
This function wraps EsalPciConfigWrite function of Extended SAL PCI This function wraps EsalPciConfigWrite function of Extended SAL PCI
Services Class. Services Class.
It writes the PCI configuration register specified by Address with the It writes the PCI configuration register specified by Address with the
value specified by Data. The width of data is specifed by Width. value specified by Data. The width of data is specified by Width.
Data is returned. Data is returned.
@param Address Address that encodes the PCI Bus, Device, Function and @param Address Address that encodes the PCI Bus, Device, Function and

View File

@ -198,7 +198,7 @@ ExtractGuidedSectionRegisterHandlers (
PEI_EXTRACT_GUIDED_SECTION_HANDLER_INFO *HandlerInfo; PEI_EXTRACT_GUIDED_SECTION_HANDLER_INFO *HandlerInfo;
// //
// Check input paramter // Check input parameter
// //
ASSERT (SectionGuid != NULL); ASSERT (SectionGuid != NULL);
ASSERT (GetInfoHandler != NULL); ASSERT (GetInfoHandler != NULL);
@ -305,7 +305,7 @@ ExtractGuidedSectionGetInfo (
EFI_GUID *SectionDefinitionGuid; EFI_GUID *SectionDefinitionGuid;
// //
// Check input paramter // Check input parameter
// //
ASSERT (InputSection != NULL); ASSERT (InputSection != NULL);
ASSERT (OutputBufferSize != NULL); ASSERT (OutputBufferSize != NULL);

View File

@ -90,7 +90,7 @@ PeiPciLibPciCfg2ReadWorker (
This function wraps EFI_PEI_PCI_CFG2_PPI.Write() service. This function wraps EFI_PEI_PCI_CFG2_PPI.Write() service.
It writes the PCI configuration register specified by Address with the It writes the PCI configuration register specified by Address with the
value specified by Data. The width of data is specifed by Width. value specified by Data. The width of data is specified by Width.
Data is returned. Data is returned.
@param Address The address that encodes the PCI Bus, Device, Function and @param Address The address that encodes the PCI Bus, Device, Function and

View File

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

View File

@ -114,7 +114,7 @@ SmmMemoryAllocationLibDestructor (
@param[in] Buffer The pointer to the buffer to be checked. @param[in] Buffer The pointer to the buffer to be checked.
@retval TURE The buffer is in SMRAM ranges. @retval TRUE The buffer is in SMRAM ranges.
@retval FALSE The buffer is out of SMRAM ranges. @retval FALSE The buffer is out of SMRAM ranges.
**/ **/
BOOLEAN BOOLEAN

View File

@ -112,7 +112,7 @@ SmmPciLibPciRootBridgeIoReadWorker (
This function wraps EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.Pci.Write() service. This function wraps EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.Pci.Write() service.
It writes the PCI configuration register specified by Address with the It writes the PCI configuration register specified by Address with the
value specified by Data. The width of data is specifed by Width. value specified by Data. The width of data is specified by Width.
Data is returned. Data is returned.
@param Address The address that encodes the PCI Bus, Device, Function and @param Address The address that encodes the PCI Bus, Device, Function and

View File

@ -545,7 +545,7 @@ PeriodicSmiExit (
If this function is not called from within an enabled periodic SMI handler, If this function is not called from within an enabled periodic SMI handler,
then 0 is returned. then 0 is returned.
@return The actual time in 100ns units elasped since this function was @return The actual time in 100ns units elapsed since this function was
called. A value of 0 indicates an unknown amount of time. called. A value of 0 indicates an unknown amount of time.
**/ **/

View File

@ -114,7 +114,7 @@ DxePciLibPciRootBridgeIoReadWorker (
This function wraps EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.Pci.Write() service. This function wraps EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.Pci.Write() service.
It writes the PCI configuration register specified by Address with the It writes the PCI configuration register specified by Address with the
value specified by Data. The width of data is specifed by Width. value specified by Data. The width of data is specified by Width.
Data is returned. Data is returned.
@param Address The address that encodes the PCI Bus, Device, Function and @param Address The address that encodes the PCI Bus, Device, Function and