]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/BootMode/BootMode.c
correct comments
[mirror_edk2.git] / MdeModulePkg / Core / Pei / BootMode / BootMode.c
index eac541d5742a4a6bb92400e2507d2e0302add851..8c38fa8dc6d3fd62633cf32824cd819e18bf08d6 100644 (file)
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   This service enables PEIMs to ascertain the present value of the boot mode.\r
 \r
-  @param PeiServices            The PEI core services table.\r
+  @param PeiServices            An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param BootMode               A pointer to contain the value of the boot mode.\r
 \r
   @retval EFI_SUCCESS           The boot mode was returned successfully.\r
@@ -58,10 +58,10 @@ PeiGetBootMode (
   This service enables PEIMs to update the boot mode variable.\r
 \r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param BootMode        - The value of the boot mode to set.\r
+  @param PeiServices      An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param BootMode         The value of the boot mode to set.\r
 \r
-  @return EFI_SUCCESS    - The value was successfully updated\r
+  @return EFI_SUCCESS     The value was successfully updated\r
 \r
 **/\r
 EFI_STATUS\r