diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-30 07:08:22 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-30 07:08:22 +0000 |
commit | 4e069e8b68e6f3c75ad7e83bdbed83a7e951a5d8 (patch) | |
tree | 898fcd42ff94e883ac1884b7a8773a716a9b3999 /MdeModulePkg/Include | |
parent | b45b45b2d248892930620c33a9d01d8457ae0e54 (diff) | |
download | edk2-platforms-4e069e8b68e6f3c75ad7e83bdbed83a7e951a5d8.tar.xz |
Correct the typo in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9383 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/HiiLib.h | 2 |
1 files changed, 1 insertions, 1 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
|