From 4e069e8b68e6f3c75ad7e83bdbed83a7e951a5d8 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 30 Oct 2009 07:08:22 +0000 Subject: Correct the typo in comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9383 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Library') diff --git a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c index ba197fd7f9..f87ab8233c 100644 --- a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c +++ b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c @@ -1774,7 +1774,7 @@ InternalHiiIfrValueAction ( // Its default value and validating can't execute by parsing IFR data. // Directly jump into the next ConfigAltResp string for another pair Guid, Name, and Path. // - Status = EFI_SUCCESS; + Status = EFI_SUCCESS; goto NextConfigAltResp; } @@ -2029,7 +2029,7 @@ Done: /** Validate the current configuration by parsing HII form IFR opcode. - NULL request string support depends on the ExtractConfig interface of + NULL request string support depends on the ExportConfig interface of HiiConfigRouting protocol in UEFI specification. @param Request A null-terminated Unicode string in -- cgit v1.2.3