summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/UefiApplicationEntryPoint.h
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 03:22:57 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 03:22:57 +0000
commit34860f7a069641fb9e14077c01605215aae68a9b (patch)
tree5a1c922332029a27fb4c4eefbcd35b26b0cf97c5 /MdePkg/Include/Library/UefiApplicationEntryPoint.h
parentf3e1569dbb33a0423afb6547553362dc47e1c17e (diff)
downloadedk2-34860f7a069641fb9e14077c01605215aae68a9b.tar.gz
edk2-34860f7a069641fb9e14077c01605215aae68a9b.tar.bz2
edk2-34860f7a069641fb9e14077c01605215aae68a9b.zip
Code have been checked with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7024 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiApplicationEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/UefiApplicationEntryPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiApplicationEntryPoint.h b/MdePkg/Include/Library/UefiApplicationEntryPoint.h
index 94aa0c539d..5fe4be2a8f 100644
--- a/MdePkg/Include/Library/UefiApplicationEntryPoint.h
+++ b/MdePkg/Include/Library/UefiApplicationEntryPoint.h
@@ -111,7 +111,7 @@ ProcessLibraryConstructorList (
Autogenerated function that calls the library descructors for all of the module's
dependent libraries.
- This function may be called by _ModuleEntryPoint()or ExitDriver().
+ This function may be called by _ModuleEntryPoint()or Exit().
This function calls the set of library destructors for the set of library instances
that a module depends on. This includes library instances that a module depends on
directly and library instances that a module depends on indirectly through other libraries.