diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-23 12:55:05 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-23 12:55:05 +0000 |
commit | 1f33a17ff1678bb0e4c00757489aa417a18061e4 (patch) | |
tree | c7643840bd21df000cec7279883f43a1f755b01e /MdePkg/Library/UefiLib/UefiNotTiano.c | |
parent | 49cff29c808deac5f214fb1917859c3907959ae0 (diff) | |
download | edk2-platforms-1f33a17ff1678bb0e4c00757489aa417a18061e4.tar.xz |
Adjust coding style for MemoryAllocationLib.
Add function header for an internal function of PciExpressLib
Fix a typo in one comment of UefiLib
Remove BaseSmbusLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1075 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiNotTiano.c')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiNotTiano.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiNotTiano.c b/MdePkg/Library/UefiLib/UefiNotTiano.c index 5faa08de76..7797608b13 100644 --- a/MdePkg/Library/UefiLib/UefiNotTiano.c +++ b/MdePkg/Library/UefiLib/UefiNotTiano.c @@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /**
An empty function to pass error checking of CreateEventEx ().
- This empty function enusres that EFI_EVENT_NOTIFY_SIGNAL_ALL is error + This empty function ensures that EFI_EVENT_NOTIFY_SIGNAL_ALL is error checked correctly since it is now mapped into CreateEventEx() in UEFI 2.0. **/
|