summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseDebugLibSerialPort
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 08:35:54 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 08:35:54 +0000
commit7c366ec9caf0468b4a335d73d18c20f4ae212dd8 (patch)
treeea9b805a6a2af11212ebcd49ef93fb87e5101162 /MdePkg/Library/BaseDebugLibSerialPort
parent2cb3369a49b04016f68b63bb18312125eeccaf2a (diff)
downloadedk2-7c366ec9caf0468b4a335d73d18c20f4ae212dd8.tar.gz
edk2-7c366ec9caf0468b4a335d73d18c20f4ae212dd8.tar.bz2
edk2-7c366ec9caf0468b4a335d73d18c20f4ae212dd8.zip
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/BaseDebugLibSerialPort')
-rw-r--r--MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c2
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);