]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct the typo in comments.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Oct 2009 07:08:22 +0000 (07:08 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Oct 2009 07:08:22 +0000 (07:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9383 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Library/HiiLib.h
MdeModulePkg/Library/UefiHiiLib/HiiLib.c

index dd8c231d4fbbd20a1423f35437d41d58def18e48..91b7e4e7b3db53245ef48a5d68767b9ed0364672 100644 (file)
@@ -311,7 +311,7 @@ HiiSetToDefaults (
 /**\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
index ba197fd7f9caf9779d4e50f0917cb3bfb494a5eb..f87ab8233c9343d5c21a90de34e8a5276de2e8f3 100644 (file)
@@ -1774,7 +1774,7 @@ InternalHiiIfrValueAction (
       // Its default value and validating can't execute by parsing IFR data.\r
       // Directly jump into the next ConfigAltResp string for another pair Guid, Name, and Path.   \r
       //\r
-         Status = EFI_SUCCESS;\r
+           Status = EFI_SUCCESS;\r
       goto NextConfigAltResp;\r
     }\r
     \r
@@ -2029,7 +2029,7 @@ Done:
 /**\r
   Validate the current configuration by parsing HII form IFR opcode.\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 UEFI specification.\r
   \r
   @param  Request   A null-terminated Unicode string in \r