summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/PeiCoreEntryPoint.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 16:16:15 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 16:16:15 +0000
commit1a2f870c9babe077c2d3abea23b6e8e044778341 (patch)
treedb545c66ef72b32da3dbd2406b256c3430702af0 /MdePkg/Include/Library/PeiCoreEntryPoint.h
parent7076244ef4005642712f32591abbd8188d6b6f40 (diff)
downloadedk2-1a2f870c9babe077c2d3abea23b6e8e044778341.tar.gz
edk2-1a2f870c9babe077c2d3abea23b6e8e044778341.tar.bz2
edk2-1a2f870c9babe077c2d3abea23b6e8e044778341.zip
Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8467 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PeiCoreEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/PeiCoreEntryPoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/PeiCoreEntryPoint.h b/MdePkg/Include/Library/PeiCoreEntryPoint.h
index 1eb974c9d3..0e0619b0bd 100644
--- a/MdePkg/Include/Library/PeiCoreEntryPoint.h
+++ b/MdePkg/Include/Library/PeiCoreEntryPoint.h
@@ -86,8 +86,8 @@ EfiMain (
module depends on. This include 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
- constructors in the proper order based upon each of the library instances own dependencies.
+ the set of library instances, determining which ones have constructors, and calling the library
+ constructors in the proper order based upon the dependencies of each of the library instances.
The PEI Core must call this function with a NULL FileHandle value as soon as the initial PEI
Services Table has been established.