summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 08:28:31 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 08:28:31 +0000
commita72edceb9a391df5d0a13e0898ad01e05aca8921 (patch)
tree8e238f6c6881f536f7e593194a4826a76d1c8c1e /MdePkg
parented055f1b633092d91850079ff2328dabc6ab75c9 (diff)
downloadedk2-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')
-rw-r--r--MdePkg/Library/UefiLib/UefiLibPrint.c4
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.