From 7c366ec9caf0468b4a335d73d18c20f4ae212dd8 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 8 Sep 2008 08:35:54 +0000 Subject: [PATCH 1/1] wrong comment for "Unicode" string. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5842 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c b/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c index 4a832b87f1..39640119aa 100644 --- a/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c @@ -112,7 +112,7 @@ DebugAssert ( CHAR8 Buffer[MAX_DEBUG_MESSAGE_LENGTH]; // - // Generate the ASSERT() message in Unicode format + // Generate the ASSERT() message in Ascii format // AsciiSPrint (Buffer, sizeof (Buffer), "ASSERT %a(%d): %a\n", FileName, LineNumber, Description); -- 2.39.2