From 42721684d59a6bc9655054a8fdef789fa5bab3f3 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Fri, 9 Mar 2007 01:12:51 +0000 Subject: [PATCH] Update the comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2432 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiLib/UefiLibPrint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.2