From: klu2 Date: Mon, 8 Sep 2008 08:35:54 +0000 (+0000) Subject: wrong comment for "Unicode" string. X-Git-Tag: edk2-stable201903~20378 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7c366ec9caf0468b4a335d73d18c20f4ae212dd8 wrong comment for "Unicode" string. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5842 6f19259b-4bc3-4df7-8a09-765794883524 --- 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);