Revision: 18020
          http://sourceforge.net/p/edk2/code/18020
Author:   jljusten
Date:     2015-07-26 07:37:18 +0000 (Sun, 26 Jul 2015)
Log Message:
-----------
MdeModulePkg: Correct PcdConOutColumn help string.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Star Zeng <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/MdeModulePkg.dec
    trunk/edk2/MdeModulePkg/MdeModulePkg.uni

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.dec
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-07-26 07:37:12 UTC (rev 
18019)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-07-26 07:37:18 UTC (rev 
18020)
@@ -955,7 +955,7 @@
   # @Prompt Console output row.
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|25|UINT32|0x40000006
 
-  ## This PCD defines the Console output row. The default value is 80 
according to UEFI spec.
+  ## This PCD defines the Console output column. The default value is 80 
according to UEFI spec.
   #  This PCD could be set to 0 then console output would be at max column and 
max row.
   # @Prompt Console output column.
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|80|UINT32|0x40000007

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.uni
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.uni    2015-07-26 07:37:12 UTC (rev 
18019)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.uni    2015-07-26 07:37:18 UTC (rev 
18020)
@@ -1094,7 +1094,7 @@
  - 

------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to