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:
@@ -152,7 +152,7 @@ EFI_STATUS
|
||||
@retval EFI_SUCCESS The specified action was completed successfully.
|
||||
|
||||
@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
|
||||
Progress and ProgressErr for more data.
|
||||
|
||||
|
@@ -214,7 +214,7 @@ EFI_STATUS
|
||||
|
||||
@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.
|
||||
@retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter
|
||||
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_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.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER BufferSize was NULL.
|
||||
|
@@ -1197,12 +1197,12 @@ struct _EFI_KMS_PROTOCOL {
|
||||
///
|
||||
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.
|
||||
///
|
||||
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.
|
||||
///
|
||||
BOOLEAN ClientIdRequired;
|
||||
@@ -1218,7 +1218,7 @@ struct _EFI_KMS_PROTOCOL {
|
||||
///
|
||||
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.
|
||||
///
|
||||
BOOLEAN ClientNameRequired;
|
||||
@@ -1227,7 +1227,7 @@ struct _EFI_KMS_PROTOCOL {
|
||||
///
|
||||
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
|
||||
/// should be used only if absolutely necessary.
|
||||
/// FALSE otherwise.
|
||||
@@ -1239,7 +1239,7 @@ struct _EFI_KMS_PROTOCOL {
|
||||
///
|
||||
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.
|
||||
///
|
||||
BOOLEAN KeyIdVariableLenSupported;
|
||||
|
Reference in New Issue
Block a user