]> git.proxmox.com Git - mirror_edk2.git/commitdiff
In Comment, the parameter name does NOT consistent with function parameter name
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 09:45:45 +0000 (09:45 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 09:45:45 +0000 (09:45 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7102 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c

index 247838023270ecf767be93f456cb4ea382ce1d1f..dbb648da5058c36410bc5d9a1c86f78c99026cf4 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