]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeimEntryPoint.h
MdePkg: fix comment typo in DebugLib.h
[mirror_edk2.git] / MdePkg / Include / Library / PeimEntryPoint.h
index 16ad7cce0a473fb4446e1b706c51a169804c9b56..f4b752ef960926bbd0c11caa87fac67d23a50ae2 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Module entry point library for PEIM.\r
 \r
-Copyright (c) 2006 - 2008 Intel Corporation<BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 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
@@ -65,9 +65,9 @@ EfiMain (
   Autogenerated function that calls the library constructors for all of the module's\r
   dependent libraries.\r
 \r
-  This function must be called by the PEI Core once an initial PEI Services Table has been established.\r
+  This function must be called by _ModuleEntryPoint().\r
   This function calls the set of library constructors for the set of library instances that a\r
-  module depends on.  This include library instances that a module depends on directly and library\r
+  module depends on. This includes library instances that a module depends on directly and library\r
   instances that a module depends on indirectly through other libraries.  \r
   This function is autogenerated by build tools and those build tools are responsible for collecting\r
   the set of library instances, determine which ones have constructors, and calling the library\r