summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeCoreEntryPoint
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 03:22:57 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 03:22:57 +0000
commit34860f7a069641fb9e14077c01605215aae68a9b (patch)
tree5a1c922332029a27fb4c4eefbcd35b26b0cf97c5 /MdePkg/Library/DxeCoreEntryPoint
parentf3e1569dbb33a0423afb6547553362dc47e1c17e (diff)
downloadedk2-34860f7a069641fb9e14077c01605215aae68a9b.tar.gz
edk2-34860f7a069641fb9e14077c01605215aae68a9b.tar.bz2
edk2-34860f7a069641fb9e14077c01605215aae68a9b.zip
Code have been checked with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7024 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeCoreEntryPoint')
-rw-r--r--MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
index fba0c24249..b04123a6d8 100644
--- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
+++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
@@ -29,7 +29,7 @@ VOID *gHobList = NULL;
The entry point of PE/COFF Image for the DXE Core.
This function is the entry point for the DXE Core. This function is required
- to call ProcessModuleEntryPointList() and ProcessModuleEntryPoint() is never
+ to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never
expected to return. The DXE Core is responsible for calling ProcessLibraryConstructorList()
as soon as the EFI System Table and the image handle for the DXE Core itself have
been established.