]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SignedCapsulePkg/Include/Library/IniParsingLib.h
SignedCapsulePkg: Fix various typos
[mirror_edk2.git] / SignedCapsulePkg / Include / Library / IniParsingLib.h
index 26d100ffde0a412cfafbd8388774d203dfa91182..edfdde7e8d32c79cc1e075c567d6c41f8090c3e7 100644 (file)
@@ -14,7 +14,7 @@
          3.1) an ASCII String. The valid format is [A-Za-z0-9_]+\r
          3.2) a GUID. The valid format is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, where x is [A-Fa-f0-9]\r
          3.3) a decimal value. The valid format is [0-9]+\r
-         3.4) a heximal value. The valid format is 0x[A-Fa-f0-9]+\r
+         3.4) a hexadecimal value. The valid format is 0x[A-Fa-f0-9]+\r
       4) '#' or ';' can be used as comment at anywhere.\r
       5) TAB(0x20) or SPACE(0x9) can be used as separator.\r
       6) LF(\n, 0xA) or CR(\r, 0xD) can be used as line break.\r
@@ -106,14 +106,14 @@ GetDecimalUintnFromDataFile (
   );\r
 \r
 /**\r
-  Get section entry heximal UINTN value.\r
+  Get section entry hexadecimal UINTN value.\r
 \r
   @param[in]  Context         INI Config file context.\r
   @param[in]  SectionName     Section name.\r
   @param[in]  EntryName       Section entry name.\r
-  @param[out] Data            Point to the got heximal UINTN value.\r
+  @param[out] Data            Point to the got hexadecimal UINTN value.\r
 \r
-  @retval EFI_SUCCESS    Section entry heximal UINTN value is got.\r
+  @retval EFI_SUCCESS    Section entry hexadecimal UINTN value is got.\r
   @retval EFI_NOT_FOUND  Section is not found.\r
 **/\r
 EFI_STATUS\r
@@ -126,14 +126,14 @@ GetHexUintnFromDataFile (
   );\r
 \r
 /**\r
-  Get section entry heximal UINT64 value.\r
+  Get section entry hexadecimal UINT64 value.\r
 \r
   @param[in]  Context         INI Config file context.\r
   @param[in]  SectionName     Section name.\r
   @param[in]  EntryName       Section entry name.\r
-  @param[out] Data            Point to the got heximal UINT64 value.\r
+  @param[out] Data            Point to the got hexadecimal UINT64 value.\r
 \r
-  @retval EFI_SUCCESS    Section entry heximal UINT64 value is got.\r
+  @retval EFI_SUCCESS    Section entry hexadecimal UINT64 value is got.\r
   @retval EFI_NOT_FOUND  Section is not found.\r
 **/\r
 EFI_STATUS\r