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:
parent
df557cca2f
commit
42721684d5
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue