summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library/HiiLib.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-12 05:47:03 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-12 05:47:03 +0000
commite40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7 (patch)
treed932e3229ae226f104a956a85b1d10df40d983d9 /MdeModulePkg/Include/Library/HiiLib.h
parentfba25bdd548b00d0b2982ab17748de0aa29d609b (diff)
downloadedk2-e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7.tar.gz
edk2-e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7.tar.bz2
edk2-e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7.zip
Update some comments for MdeModulePkg Include header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8536 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/HiiLib.h')
-rw-r--r--MdeModulePkg/Include/Library/HiiLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/HiiLib.h b/MdeModulePkg/Include/Library/HiiLib.h
index af3ed0eb2b..dd8c231d4f 100644
--- a/MdeModulePkg/Include/Library/HiiLib.h
+++ b/MdeModulePkg/Include/Library/HiiLib.h
@@ -304,8 +304,8 @@ HiiConstructConfigHdr (
BOOLEAN
EFIAPI
HiiSetToDefaults (
- IN CONST EFI_STRING Request, OPTIONAL
- IN UINT16 DefaultId
+ IN CONST EFI_STRING Request, OPTIONAL
+ IN UINT16 DefaultId
);
/**
@@ -325,7 +325,7 @@ HiiSetToDefaults (
BOOLEAN
EFIAPI
HiiValidateSettings (
- IN CONST EFI_STRING Request OPTIONAL
+ IN CONST EFI_STRING Request OPTIONAL
);
/**