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/Include/Library/HiiLib.h | |
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/Include/Library/HiiLib.h')
-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 1b65173d1a..25729c6d71 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
|