diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-08 08:35:54 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-08 08:35:54 +0000 |
commit | 7c366ec9caf0468b4a335d73d18c20f4ae212dd8 (patch) | |
tree | ea9b805a6a2af11212ebcd49ef93fb87e5101162 /MdePkg/Library | |
parent | 2cb3369a49b04016f68b63bb18312125eeccaf2a (diff) | |
download | edk2-platforms-7c366ec9caf0468b4a335d73d18c20f4ae212dd8.tar.xz |
wrong comment for "Unicode" string.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5842 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|