From a72edceb9a391df5d0a13e0898ad01e05aca8921 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 8 Jan 2009 08:28:31 +0000 Subject: [PATCH] minimum update function header. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7212 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiLib/UefiLibPrint.c | 4 ++-- 1 file 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.