summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library/HiiLib.h
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:24 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:18 +0800
commit86ac8fb256fe0716f6d06c1f6a4a7f93483b4837 (patch)
treee2592cf9327284f03b98f98fea8f56d0e6ac44c6 /MdeModulePkg/Include/Library/HiiLib.h
parent6393d9c8e2ff43c7322c1bce9c1fe4492171f2bd (diff)
downloadedk2-86ac8fb256fe0716f6d06c1f6a4a7f93483b4837.tar.gz
edk2-86ac8fb256fe0716f6d06c1f6a4a7f93483b4837.tar.bz2
edk2-86ac8fb256fe0716f6d06c1f6a4a7f93483b4837.zip
MdeModulePkg/Include: Fix typos in comments
- opints -> points - sucessfully -> successfully - suported -> supported - hexidecimal -> hexadecimal - TURE -> TRUE - servity -> severity - Moudle -> Module - contiue -> continue - infomation -> information - malformated -> malformatted - Pepresentation -> Representation - opeque -> opaque - assocated -> associated - Libary -> Library - descrption -> description - paramter -> parameter - chracter -> character Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Include/Library/HiiLib.h')
-rw-r--r--MdeModulePkg/Include/Library/HiiLib.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/MdeModulePkg/Include/Library/HiiLib.h b/MdeModulePkg/Include/Library/HiiLib.h
index 4ad4cf133f..3d87677b2f 100644
--- a/MdeModulePkg/Include/Library/HiiLib.h
+++ b/MdeModulePkg/Include/Library/HiiLib.h
@@ -230,13 +230,13 @@ HiiGetHiiHandles (
for freeing the allocated buffer using FreePool().
@param Handle The HII handle.
- @param Buffer On return, opints to a pointer which point to the buffer that contain the formset opcode.
+ @param Buffer On return, points to a pointer which point to the buffer that contain the formset opcode.
@param BufferSize On return, points to the length of the buffer.
@retval EFI_OUT_OF_RESOURCES No enough memory resource is allocated.
@retval EFI_NOT_FOUND Can't find the package data for the input Handle.
@retval EFI_INVALID_PARAMETER The input parameters are not correct.
- @retval EFI_SUCCESS Get the formset opcode from the hii handle sucessfully.
+ @retval EFI_SUCCESS Get the formset opcode from the hii handle successfully.
**/
EFI_STATUS
@@ -259,9 +259,9 @@ HiiGetFormSetFromHiiHandle(
@param[in] HiiHandle A handle that was previously registered in the HII Database.
@retval NULL HiiHandle is not registered in the HII database
- @retval NULL There are not enough resources available to retrieve the suported
+ @retval NULL There are not enough resources available to retrieve the supported
languages.
- @retval NULL The list of suported languages could not be retrieved.
+ @retval NULL The list of supported languages could not be retrieved.
@retval Other A pointer to the Null-terminated ASCII string of supported languages.
**/
@@ -284,17 +284,17 @@ HiiGetSupportedLanguages (
@param[in] Guid The pointer to an EFI_GUID that is the routing information
GUID. Each of the 16 bytes in Guid is converted to
- a 2 Unicode character hexidecimal string. This is
+ a 2 Unicode character hexadecimal string. This is
an optional parameter that may be NULL.
@param[in] Name The pointer to a Null-terminated Unicode string that is
the routing information NAME. This is an optional
parameter that may be NULL. Each 16-bit Unicode
character in Name is converted to a 4 character Unicode
- hexidecimal string.
+ hexadecimal string.
@param[in] DriverHandle The driver handle that supports a Device Path Protocol
that is the routing information PATH. Each byte of
the Device Path associated with DriverHandle is converted
- to a two (Unicode) character hexidecimal string.
+ to a two (Unicode) character hexadecimal string.
@retval NULL DriverHandle does not support the Device Path Protocol.
@retval NULL DriverHandle does not support the Device Path Protocol.
@@ -322,7 +322,7 @@ HiiConstructConfigHdr (
entirety of the current HII database will be reset.
@param DefaultId Specifies the type of defaults to retrieve.
- @retval TURE The default value was set successfully.
+ @retval TRUE The default value was set successfully.
@retval FALSE The default value was not found.
**/
BOOLEAN