summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 03:32:27 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 03:32:27 +0000
commitee77a87ea483e17314643559048299a28ce66267 (patch)
treef378b469cd47fa54581bfa4865b2d6417229bfba
parent94a53d4cc44416525c857d4b93333f505a6a57d9 (diff)
downloadedk2-ee77a87ea483e17314643559048299a28ce66267.zip
edk2-ee77a87ea483e17314643559048299a28ce66267.tar.gz
edk2-ee77a87ea483e17314643559048299a28ce66267.tar.bz2
Fix the invalid return code for OemHookStatusCodeLibNull library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdePkg@3737 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Library/UefiLib/UefiNotTiano.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/UefiLib/UefiNotTiano.c b/Library/UefiLib/UefiNotTiano.c
index f51a16c..19a7a19 100644
--- a/Library/UefiLib/UefiNotTiano.c
+++ b/Library/UefiLib/UefiNotTiano.c
@@ -1,7 +1,7 @@
/** @file
Library functions that abstract areas of conflict between Tiano an UEFI 2.0.
- Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the
+ Help Port Framework/Tiano code that has conflicts with UEFI 2.0 by hiding the
oldconflicts with library functions and supporting implementations of the old
(EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as
it contains DXE enum extensions for EFI event services.