]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c
wrong comment for "Unicode" string.
[mirror_edk2.git] / MdePkg / Library / BaseDebugLibSerialPort / DebugLib.c
index 4a832b87f15b1616ace9feda55e021c682a5814e..39640119aa59766b9d85a1123def34c54e7ea2d6 100644 (file)
@@ -112,7 +112,7 @@ DebugAssert (
   CHAR8  Buffer[MAX_DEBUG_MESSAGE_LENGTH];\r
 \r
   //\r
-  // Generate the ASSERT() message in Unicode format\r
+  // Generate the ASSERT() message in Ascii format\r
   //\r
   AsciiSPrint (Buffer, sizeof (Buffer), "ASSERT %a(%d): %a\n", FileName, LineNumber, Description);\r
 \r