diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-16 00:33:52 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-16 00:33:52 +0000 |
commit | 9035e1189d2fdfe2dd88ef90725080c6fb2f109e (patch) | |
tree | 4ab8e07cb33735984ab00de7b67dcb49d97a8421 | |
parent | 6780eef1f9ed0af24795708c3be7adafd7113691 (diff) | |
download | edk2-9035e1189d2fdfe2dd88ef90725080c6fb2f109e.zip edk2-9035e1189d2fdfe2dd88ef90725080c6fb2f109e.tar.gz edk2-9035e1189d2fdfe2dd88ef90725080c6fb2f109e.tar.bz2 |
Fix spelling error in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11058 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/Library/HiiLib.h | 2 | ||||
-rw-r--r-- | MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/HiiLib.h b/MdeModulePkg/Include/Library/HiiLib.h index 1b65173..25729c6 100644 --- a/MdeModulePkg/Include/Library/HiiLib.h +++ b/MdeModulePkg/Include/Library/HiiLib.h @@ -320,7 +320,7 @@ HiiSetToDefaults ( If it is NULL, all current configurations for the
entirety of the current HII database will be validated.
- @retval TURE The current configuration is valid.
+ @retval TRUE The current configuration is valid.
@retval FALSE The current configuration is invalid.
**/
BOOLEAN
diff --git a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c index c6e1fe1..d2b25a0 100644 --- a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c +++ b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c @@ -2032,7 +2032,7 @@ Done: If it is NULL, all current configuration for the
entirety of the current HII database will be validated.
- @retval TURE Current configuration is valid.
+ @retval TRUE Current configuration is valid.
@retval FALSE Current configuration is invalid.
**/
BOOLEAN
|