summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/DxeCoreEntryPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/DxeCoreEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/DxeCoreEntryPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/DxeCoreEntryPoint.h b/MdePkg/Include/Library/DxeCoreEntryPoint.h
index 90d1d33..09a5499 100644
--- a/MdePkg/Include/Library/DxeCoreEntryPoint.h
+++ b/MdePkg/Include/Library/DxeCoreEntryPoint.h
@@ -25,7 +25,7 @@ extern VOID *gHobList;
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.