summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdeModulePkg/Include/Library/HiiLib.h2
-rw-r--r--MdeModulePkg/Library/UefiHiiLib/HiiLib.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/HiiLib.h b/MdeModulePkg/Include/Library/HiiLib.h
index dd8c231d4f..91b7e4e7b3 100644
--- a/MdeModulePkg/Include/Library/HiiLib.h
+++ b/MdeModulePkg/Include/Library/HiiLib.h
@@ -311,7 +311,7 @@ HiiSetToDefaults (
/**
Validate the current configuration by parsing the IFR opcode in HII form.
- NULL request string support depends on the ExtractConfig interface of
+ NULL request string support depends on the ExportConfig interface of
HiiConfigRouting protocol in the UEFI specification.
@param Request A null-terminated Unicode string in
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