Update the comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2432 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-03-09 01:12:51 +00:00
parent df557cca2f
commit 42721684d5
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}