]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
MdePkg/Library/BaseStackCheckLib: Add Null handler for VS2017/ARM
[mirror_edk2.git] / MdePkg / Library / DxeCoreEntryPoint / DxeCoreEntryPoint.c
index 1c0e8869938aa709021e2f2326acaa99d291a24c..d3d8c4c47c51a3e6b172d85caf68f9b3c81d8a1b 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Entry point to the DXE Core.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
+http://opensource.org/licenses/bsd-license.php.\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -34,7 +34,7 @@ VOID *gHobList = NULL;
   System Table and the image handle for the DXE Core itself have been established.\r
   If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system.\r
 \r
-  @param  HobStart  Pointer to the beginning of the HOB List passed in from the PEI Phase. \r
+  @param  HobStart  The pointer to the beginning of the HOB List passed in from the PEI Phase. \r
 \r
 **/\r
 VOID\r
@@ -66,7 +66,7 @@ _ModuleEntryPoint (
 \r
   This function is required to call _ModuleEntryPoint() passing in HobStart.\r
 \r
-  @param  HobStart  Pointer to the beginning of the HOB List passed in from the PEI Phase. \r
+  @param  HobStart  The pointer to the beginning of the HOB List passed in from the PEI Phase. \r
 \r
 **/\r
 VOID\r