From 60d7373782f6d2fa358909751cebcc5a791d063e Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 16 Jul 2015 05:44:16 +0000 Subject: MdeModulePkg: Correct PcdConOutColumn help string. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18020 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/MdeModulePkg.dec') diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 2eeb146e4..4a1acacc2 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 -- cgit v1.2.3