]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
Add a private context field to PE_COFF_LOADER_IMAGE_CONTEXT.
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index 94aa0c539da214e21f4b9f52e3c401152438a0c3..89d6d2d9d2a41c5abe22c35895ae34c2e3b10a05 100644 (file)
@@ -22,7 +22,7 @@ extern CONST UINT32        _gUefiDriverRevision;
 \r
 \r
 /**\r
-  Enrty point to UEFI Application.\r
+  Entry point to UEFI Application.\r
 \r
   This function is the entry point for a UEFI Application. This function must call\r
   ProcessLibraryConstructorList(), ProcessModuleEntryPointList(), and ProcessLibraryDestructorList().\r
@@ -111,7 +111,7 @@ ProcessLibraryConstructorList (
   Autogenerated function that calls the library descructors for all of the module's\r
   dependent libraries.\r
 \r
-  This function may be called by _ModuleEntryPoint()or ExitDriver().\r
+  This function may be called by _ModuleEntryPoint()or Exit().\r
   This function calls the set of library destructors for the set of library instances\r
   that a module depends on.  This includes library instances that a module depends on\r
   directly and library instances that a module depends on indirectly through other libraries.  \r