In Comment, the parameter name does NOT consistent with function parameter name

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7102 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gdong1 2008-12-23 09:45:45 +00:00
parent 6c5dc2b0bf
commit e681318906
1 changed files with 2 additions and 2 deletions

View File

@ -308,11 +308,11 @@ AsciiErrorPrint (
@param X X coordinate to print the string.
@param Y Y coordinate to print the string.
@param ForeGround The forground color of the string being printed. This is
@param Foreground The forground color of the string being printed. This is
an optional parameter that may be NULL. If it is NULL,
then the foreground color of the current ConOut device
in the EFI_SYSTEM_TABLE is used.
@param BackGround The background color of the string being printed. This is
@param Background The background color of the string being printed. This is
an optional parameter that may be NULL. If it is NULL,
then the background color of the current ConOut device
in the EFI_SYSTEM_TABLE is used.