diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 09:07:37 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 09:07:37 +0000 |
commit | b2cefd7c90c6c159421cc180e7d644e87329b59f (patch) | |
tree | 56d680e2b76eb4a9bc1182703d27d79cdc98b9d0 /IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c | |
parent | ffa5008abba273f4c35f165ce534e9614b4e3473 (diff) | |
download | edk2-platforms-b2cefd7c90c6c159421cc180e7d644e87329b59f.tar.xz |
Fix function comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5031 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c')
-rw-r--r-- | IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c index f08b1ee754..fbe9ef7576 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c @@ -1,7 +1,7 @@ /** @file
Library functions that abstract areas of conflict between Tiano an UEFI 2.1.
- Help Port Framework/Tinao code that has conflicts with UEFI 2.1 by hiding the
+ Help Port Framework/Tiano code that has conflicts with UEFI 2.1 by hiding the
oldconflicts with library functions and supporting implementations of the old
(EDK/EFI 1.10) and new (EDK II/UEFI 2.1) way. This module is a DXE driver as
it contains DXE enum extensions for EFI event services.
|