mirror of https://github.com/acidanthera/audk.git
Fix spelling error in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11058 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6780eef1f9
commit
9035e1189d
|
@ -320,7 +320,7 @@ HiiSetToDefaults (
|
||||||
If it is NULL, all current configurations for the
|
If it is NULL, all current configurations for the
|
||||||
entirety of the current HII database will be validated.
|
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.
|
@retval FALSE The current configuration is invalid.
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
|
@ -2032,7 +2032,7 @@ Done:
|
||||||
If it is NULL, all current configuration for the
|
If it is NULL, all current configuration for the
|
||||||
entirety of the current HII database will be validated.
|
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.
|
@retval FALSE Current configuration is invalid.
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
Loading…
Reference in New Issue