diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-17 09:37:01 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-17 09:37:01 +0000 |
commit | 6e55477da3f672da1484c4071481ee771e3227b9 (patch) | |
tree | f17b75f14569a2809c5a6b879ace8e941a68acf6 /MdePkg/Include/Library/UefiDriverEntryPoint.h | |
parent | dfe687cad590b3544e34bf25be932bdee1b5c796 (diff) | |
download | edk2-platforms-6e55477da3f672da1484c4071481ee771e3227b9.tar.xz |
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7068 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiDriverEntryPoint.h')
-rw-r--r-- | MdePkg/Include/Library/UefiDriverEntryPoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h index 7946cb13f8..c59bc82d6c 100644 --- a/MdePkg/Include/Library/UefiDriverEntryPoint.h +++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h @@ -182,7 +182,7 @@ ProcessModuleEntryPointList ( @param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
- @retval EFI_SUCCESS The unoad handlers executed normally.
+ @retval EFI_SUCCESS The unload handlers executed normally.
@retval !EFI_SUCCESS The unload handlers failed to execute normally.
**/
|