]> git.proxmox.com Git - mirror_edk2.git/commitdiff
minimum update function header.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Jan 2009 08:28:31 +0000 (08:28 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Jan 2009 08:28:31 +0000 (08:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7212 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/UefiLib/UefiLibPrint.c

index f0bfca85c648077df9aac13ef1e890b9854203a0..897e086808ed2a3d7edf1e42c44f8e6c04d1ff9f 100644 (file)
@@ -308,11 +308,11 @@ AsciiErrorPrint (
 \r
   @param  X            X coordinate to print the string.\r
   @param  Y            Y coordinate to print the string.\r
-  @param  ForeGround   The forground color of the string being printed.  This is\r
+  @param  Foreground   The forground color of the string being printed.  This is\r
                        an optional parameter that may be NULL.  If it is NULL,\r
                        then the foreground color of the current ConOut device\r
                        in the EFI_SYSTEM_TABLE is used.\r
-  @param  BackGround   The background color of the string being printed.  This is\r
+  @param  Background   The background color of the string being printed.  This is\r
                        an optional parameter that may be NULL.  If it is NULL,\r
                        then the background color of the current ConOut device\r
                        in the EFI_SYSTEM_TABLE is used.\r