From 47c6e0f7585134892f543433bbd1d5b94c192216 Mon Sep 17 00:00:00 2001 From: jji4 Date: Fri, 6 Feb 2009 07:26:53 +0000 Subject: Comments checked with spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7464 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/DxeCoreEntryPoint.h | 9 ++++----- MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Library/DxeCoreEntryPoint.h b/MdePkg/Include/Library/DxeCoreEntryPoint.h index 09a5499d01..4126fbfc81 100644 --- a/MdePkg/Include/Library/DxeCoreEntryPoint.h +++ b/MdePkg/Include/Library/DxeCoreEntryPoint.h @@ -24,11 +24,10 @@ 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 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. + This function is the entry point for the DXE Core. This function is required 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. If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system. @param HobStart Pointer to the beginning of the HOB List passed in from the PEI Phase. diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c index f1a32f0569..1c0e886993 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c @@ -28,11 +28,10 @@ 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 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. + This function is the entry point for the DXE Core. This function is required 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. If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system. @param HobStart Pointer to the beginning of the HOB List passed in from the PEI Phase. -- cgit v1.2.3