]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
MdePkg: fix comment typo in DebugLib.h
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index 94aa0c539da214e21f4b9f52e3c401152438a0c3..ec568ab6c5ad93da8bcfed030e0f92dd9d14ea6a 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Module entry point library for UEFI Applications.\r
 \r
-Copyright (c) 2007 - 2008, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -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