From: qwang12 Date: Fri, 9 Mar 2007 01:12:51 +0000 (+0000) Subject: Update the comments. X-Git-Tag: edk2-stable201903~23450 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=42721684d59a6bc9655054a8fdef789fa5bab3f3 Update the comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2432 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index 493034e85f..a95178c879 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -55,7 +55,7 @@ InternalPrint ( if (Console != NULL) { // - // To be extra safe make sure ConOut has been initialized + // To be extra safe make sure Console has been initialized // Console->OutputString (Console, Buffer); } @@ -177,7 +177,7 @@ AsciiInternalPrint ( if (Console != NULL) { // - // To be extra safe make sure ConOut has been initialized + // To be extra safe make sure Console has been initialized // Console->OutputString (Console, Buffer); }