summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-03-09 01:12:51 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-03-09 01:12:51 +0000
commit42721684d59a6bc9655054a8fdef789fa5bab3f3 (patch)
treeec8a061cb91fdfeb726cda2e54c7a03e388abc92 /MdePkg/Library/UefiLib
parentdf557cca2f35a759a92c4b8e26c410505027d4fd (diff)
downloadedk2-42721684d59a6bc9655054a8fdef789fa5bab3f3.tar.gz
edk2-42721684d59a6bc9655054a8fdef789fa5bab3f3.tar.bz2
edk2-42721684d59a6bc9655054a8fdef789fa5bab3f3.zip
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.c4
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);
}