From e681318906e48715b5ecb15c549f463f85f48357 Mon Sep 17 00:00:00 2001 From: gdong1 Date: Tue, 23 Dec 2008 09:45:45 +0000 Subject: 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 --- IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib') diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c index 2478380232..dbb648da50 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/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. -- cgit v1.2.3