diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-03-09 01:12:51 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-03-09 01:12:51 +0000 |
commit | 42721684d59a6bc9655054a8fdef789fa5bab3f3 (patch) | |
tree | ec8a061cb91fdfeb726cda2e54c7a03e388abc92 /MdePkg/Library/UefiLib | |
parent | df557cca2f35a759a92c4b8e26c410505027d4fd (diff) | |
download | edk2-platforms-42721684d59a6bc9655054a8fdef789fa5bab3f3.tar.xz |
Update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2432 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibPrint.c | 4 |
1 files 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);
}
|