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 /MdeModulePkg/Library | |
parent | 6780eef1f9ed0af24795708c3be7adafd7113691 (diff) | |
download | edk2-platforms-9035e1189d2fdfe2dd88ef90725080c6fb2f109e.tar.xz |
Fix spelling error in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11058 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c index c6e1fe12ad..d2b25a0036 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
|