summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/GraphicsLib.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-08 08:18:31 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-08 08:18:31 +0000
commit65e3009ce379cc006d078297724404e30ee0a36f (patch)
tree4f0d4e04fe497fa3abc8843a9a6e3d8eb53485ec /MdePkg/Include/Library/GraphicsLib.h
parente9bbddb390a04c192a2e0a93b42312898d007556 (diff)
downloadedk2-65e3009ce379cc006d078297724404e30ee0a36f.zip
edk2-65e3009ce379cc006d078297724404e30ee0a36f.tar.gz
edk2-65e3009ce379cc006d078297724404e30ee0a36f.tar.bz2
fixed one typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5424 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/GraphicsLib.h')
-rw-r--r--MdePkg/Include/Library/GraphicsLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/GraphicsLib.h b/MdePkg/Include/Library/GraphicsLib.h
index 0f137d4..5a0d185 100644
--- a/MdePkg/Include/Library/GraphicsLib.h
+++ b/MdePkg/Include/Library/GraphicsLib.h
@@ -179,7 +179,7 @@ LockKeyboards (
@param[in] X Row to start printing at
@param[in] Y Column to start printing at
@param[in] ForeGround Foreground color
- @param[in] ForeGround background color
+ @param[in] BackGround background color
@param[in] Fmt Print format sting. See definition of Print
@param[in] ... Argumnet stream defined by Fmt string
@@ -192,7 +192,7 @@ PrintXY (
IN UINTN X,
IN UINTN Y,
IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *ForeGround, OPTIONAL
- IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *ForeGround, OPTIONAL
+ IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BackGround, OPTIONAL
IN CHAR16 *Fmt,
...
);