From 6eea240cb28734ef8b5d38c43ff2eac198b96d4b Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Fri, 15 Dec 2023 10:15:44 -0800 Subject: [PATCH] Fixing the comment --- AdvLoggerPkg/AdvLoggerPkg.dec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdvLoggerPkg/AdvLoggerPkg.dec b/AdvLoggerPkg/AdvLoggerPkg.dec index 86e3fa92a8..4f1cc3d36d 100644 --- a/AdvLoggerPkg/AdvLoggerPkg.dec +++ b/AdvLoggerPkg/AdvLoggerPkg.dec @@ -113,8 +113,8 @@ # gAdvLoggerPkgTokenSpaceGuid.PcdAdvancedLoggerHdwPortDebugPrintErrorLevel|0xFFFFFFFF|UINT32|0x00010180 - ## Advanced Logger message prefix for applicable module types. The prefix will be - # added to the beginning of each message string in the memory log. + ## ASCII advanced Logger message prefix for applicable module types. The prefix + # will be added to the beginning of each message string in the memory log. # # Note: The prefix will be materialized in the memory region and thus consume extra bytes, # platforms using this PCD should proceed with discretion.