]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/HiiLib.h
MdeModulePkg/Include: Fix typos in comments
[mirror_edk2.git] / MdeModulePkg / Include / Library / HiiLib.h
index 4ad4cf133f207220289d2dddc3b85774194b8083..3d87677b2fb89b36fe0370d4bf882e19839509bd 100644 (file)
@@ -230,13 +230,13 @@ HiiGetHiiHandles (
   for freeing the allocated buffer using FreePool().\r
 \r
   @param Handle            The HII handle.\r
-  @param Buffer            On return, opints to a pointer which point to the buffer that contain the formset opcode.\r
+  @param Buffer            On return, points to a pointer which point to the buffer that contain the formset opcode.\r
   @param BufferSize        On return, points to the length of the buffer.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   No enough memory resource is allocated.\r
   @retval EFI_NOT_FOUND          Can't find the package data for the input Handle.\r
   @retval EFI_INVALID_PARAMETER  The input parameters are not correct.\r
-  @retval EFI_SUCCESS            Get the formset opcode from the hii handle sucessfully.\r
+  @retval EFI_SUCCESS            Get the formset opcode from the hii handle successfully.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -259,9 +259,9 @@ HiiGetFormSetFromHiiHandle(
   @param[in]  HiiHandle  A handle that was previously registered in the HII Database.\r
 \r
   @retval NULL   HiiHandle is not registered in the HII database\r
-  @retval NULL   There are not enough resources available to retrieve the suported \r
+  @retval NULL   There are not enough resources available to retrieve the supported\r
                  languages.\r
-  @retval NULL   The list of suported languages could not be retrieved.\r
+  @retval NULL   The list of supported languages could not be retrieved.\r
   @retval Other  A pointer to the Null-terminated ASCII string of supported languages.\r
 \r
 **/\r
@@ -284,17 +284,17 @@ HiiGetSupportedLanguages (
 \r
   @param[in]  Guid          The pointer to an EFI_GUID that is the routing information\r
                             GUID.  Each of the 16 bytes in Guid is converted to \r
-                            a 2 Unicode character hexidecimal string.  This is \r
+                            a 2 Unicode character hexadecimal string.  This is\r
                             an optional parameter that may be NULL.\r
   @param[in]  Name          The pointer to a Null-terminated Unicode string that is \r
                             the routing information NAME.  This is an optional \r
                             parameter that may be NULL.  Each 16-bit Unicode \r
                             character in Name is converted to a 4 character Unicode \r
-                            hexidecimal string.                        \r
+                            hexadecimal string.\r
   @param[in]  DriverHandle  The driver handle that supports a Device Path Protocol\r
                             that is the routing information PATH.  Each byte of\r
                             the Device Path associated with DriverHandle is converted\r
-                            to a two (Unicode) character hexidecimal string.\r
+                            to a two (Unicode) character hexadecimal string.\r
 \r
   @retval NULL   DriverHandle does not support the Device Path Protocol.\r
   @retval NULL   DriverHandle does not support the Device Path Protocol.\r
@@ -322,7 +322,7 @@ HiiConstructConfigHdr (
                     entirety of the current HII database will be reset.\r
   @param DefaultId  Specifies the type of defaults to retrieve.\r
   \r
-  @retval TURE    The default value was set successfully.\r
+  @retval TRUE    The default value was set successfully.\r
   @retval FALSE   The default value was not found.\r
 **/\r
 BOOLEAN\r