]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/HiiLib.h
Correct the typo in comments.
[mirror_edk2.git] / MdeModulePkg / Include / Library / HiiLib.h
index af3ed0eb2b4bb64aa61f23a514b78dc2b3b65c33..91b7e4e7b3db53245ef48a5d68767b9ed0364672 100644 (file)
@@ -304,14 +304,14 @@ HiiConstructConfigHdr (
 BOOLEAN\r
 EFIAPI                               \r
 HiiSetToDefaults (     \r
-  IN CONST EFI_STRING  Request,  OPTIONAL\r
-  IN UINT16                                DefaultId\r
+  IN CONST EFI_STRING  Request,  OPTIONAL\r
+  IN UINT16            DefaultId\r
   );\r
 \r
 /**\r
   Validate the current configuration by parsing the IFR opcode in HII form.\r
 \r
-  NULL request string support depends on the ExtractConfig interface of\r
+  NULL request string support depends on the ExportConfig interface of\r
   HiiConfigRouting protocol in the UEFI specification.\r
   \r
   @param  Request   A null-terminated Unicode string in \r
@@ -325,7 +325,7 @@ HiiSetToDefaults (
 BOOLEAN\r
 EFIAPI                               \r
 HiiValidateSettings (\r
-  IN CONST EFI_STRING  Request  OPTIONAL\r
+  IN CONST EFI_STRING  Request  OPTIONAL\r
   );\r
 \r
 /**\r