diff options
author | Liming Gao <liming.gao@intel.com> | 2015-07-16 05:44:16 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-07-16 05:44:16 +0000 |
commit | 60d7373782f6d2fa358909751cebcc5a791d063e (patch) | |
tree | 1754e7ad294d89907d74f8b2a6a574a9ddc05fa0 /MdeModulePkg/MdeModulePkg.dec | |
parent | 79142ebfe6337913900fbefea4884e34b58055c4 (diff) | |
download | edk2-platforms-60d7373782f6d2fa358909751cebcc5a791d063e.tar.xz |
MdeModulePkg: Correct PcdConOutColumn help string.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18020 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 2eeb146e4f..4a1acacc24 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -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
|