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:
@@ -55,7 +55,7 @@ InternalPrint (
|
|||||||
|
|
||||||
if (Console != NULL) {
|
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);
|
Console->OutputString (Console, Buffer);
|
||||||
}
|
}
|
||||||
@@ -177,7 +177,7 @@ AsciiInternalPrint (
|
|||||||
|
|
||||||
if (Console != NULL) {
|
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);
|
Console->OutputString (Console, Buffer);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user