summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/PeimEntryPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/PeimEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/PeimEntryPoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/PeimEntryPoint.h b/MdePkg/Include/Library/PeimEntryPoint.h
index 16ad7cc..05be31f 100644
--- a/MdePkg/Include/Library/PeimEntryPoint.h
+++ b/MdePkg/Include/Library/PeimEntryPoint.h
@@ -65,9 +65,9 @@ EfiMain (
Autogenerated function that calls the library constructors for all of the module's
dependent libraries.
- This function must be called by the PEI Core once an initial PEI Services Table has been established.
+ This function must be called by _ModuleEntryPoint().
This function calls the set of library constructors for the set of library instances that a
- module depends on. This include library instances that a module depends on directly and library
+ 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.
This function is autogenerated by build tools and those build tools are responsible for collecting
the set of library instances, determine which ones have constructors, and calling the library