summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/FrameworkUefiLib
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 09:45:45 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 09:45:45 +0000
commite681318906e48715b5ecb15c549f463f85f48357 (patch)
treea6ad45ce17cd2cd0db7f016a1731702a7e413cd8 /IntelFrameworkPkg/Library/FrameworkUefiLib
parent6c5dc2b0bf45c75e03cb0bc55d34ae7a2b3b4609 (diff)
downloadedk2-e681318906e48715b5ecb15c549f463f85f48357.zip
edk2-e681318906e48715b5ecb15c549f463f85f48357.tar.gz
edk2-e681318906e48715b5ecb15c549f463f85f48357.tar.bz2
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
Diffstat (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib')
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
index 2478380..dbb648d 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.