diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-08 08:28:31 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-08 08:28:31 +0000 |
commit | a72edceb9a391df5d0a13e0898ad01e05aca8921 (patch) | |
tree | 8e238f6c6881f536f7e593194a4826a76d1c8c1e /MdePkg/Library/UefiLib/UefiLibPrint.c | |
parent | ed055f1b633092d91850079ff2328dabc6ab75c9 (diff) | |
download | edk2-platforms-a72edceb9a391df5d0a13e0898ad01e05aca8921.tar.xz |
minimum update function header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7212 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibPrint.c')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibPrint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index f0bfca85c6..897e086808 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -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.
|