diff options
Diffstat (limited to 'MdePkg/Include/Library/UefiApplicationEntryPoint.h')
-rw-r--r-- | MdePkg/Include/Library/UefiApplicationEntryPoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiApplicationEntryPoint.h b/MdePkg/Include/Library/UefiApplicationEntryPoint.h index 94aa0c5..5fe4be2 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.
|