X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeCoreEntryPoint%2FDxeCoreEntryPoint.c;fp=MdePkg%2FLibrary%2FDxeCoreEntryPoint%2FDxeCoreEntryPoint.c;h=f2f30d694063620f0d6cbda5484e6e720b956a28;hp=d9c93bdf761fde9934f39397991f799a5b547c7a;hb=16f476fbb896a2a329ee972c5a8861d51e0c36c5;hpb=0057fda6139b7694a9cdfdf9cb872ffaed25fcb7 diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c index d9c93bdf76..f2f30d6940 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c @@ -26,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. VOID *gHobList = NULL; /** - Enrty point to DXE core. + Entry point to DXE core. This function is the entry point to the DXE Foundation. The PEI phase, which executes just before DXE, is responsible for loading and invoking the DXE Foundation in system memory. The only @@ -72,7 +72,7 @@ _ModuleEntryPoint ( /** - Wrapper of enrty point to DXE CORE. + Wrapper of entry point to DXE CORE. @param HobStart Pointer of HobList.