]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.h
MdeModulePkg PeiCore: Fix typos
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.h
index ca80e84e0fcb901a5768c0ef14ca17584dd2b5b7..263f0d7a560c858b51ff70abe41f70d5d4817bbf 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The internal header file for firmware volume related definitions.\r
 \r
-Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -303,12 +303,12 @@ FindFileEx (
   );\r
 \r
 /**\r
-  Report the information for a new discoveried FV in unknown format.\r
+  Report the information for a new discovered FV in unknown format.\r
 \r
-  If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for specifical FV format, but\r
-  the FV in this FV format has been discoveried, then the information of this FV\r
+  If the EFI_PEI_FIRMWARE_VOLUME_PPI has not been installed for specific FV format, but\r
+  the FV in this FV format has been discovered, then the information of this FV\r
   will be cached into PEI_CORE_INSTANCE's UnknownFvInfo array.\r
-  Also a notification would be installed for unknown FV format guid, if EFI_PEI_FIRMWARE_VOLUME_PPI\r
+  Also a notification would be installed for unknown FV format GUID, if EFI_PEI_FIRMWARE_VOLUME_PPI\r
   is installed later by platform's PEIM, the original unknown FV will be processed by\r
   using new installed EFI_PEI_FIRMWARE_VOLUME_PPI.\r
 \r
@@ -325,14 +325,14 @@ AddUnknownFormatFvInfo (
   );\r
 \r
 /**\r
-  Find the FV information according to FV format guid.\r
+  Find the FV information according to FV format GUID.\r
 \r
-  This routine also will remove the FV information found by given FV format guid from\r
+  This routine also will remove the FV information found by given FV format GUID from\r
   PrivateData->UnknownFvInfo[].\r
 \r
   @param PrivateData      Point to instance of PEI_CORE_INSTANCE\r
-  @param Format           Point to given FV format guid\r
-  @param FvInfo           On return, the pointer of FV information buffer in given FV format guid\r
+  @param Format           Point to given FV format GUID\r
+  @param FvInfo           On return, the pointer of FV information buffer in given FV format GUID\r
   @param FvInfoSize       On return, the size of FV information buffer.\r
   @param AuthenticationStatus On return, the authentication status of FV information buffer.\r
 \r
@@ -352,7 +352,7 @@ FindUnknownFormatFvInfo (
   Notification callback function for EFI_PEI_FIRMWARE_VOLUME_PPI.\r
 \r
   When a EFI_PEI_FIRMWARE_VOLUME_PPI is installed to support new FV format, this\r
-  routine is called to process all discoveried FVs in this format.\r
+  routine is called to process all discovered FVs in this format.\r
 \r
   @param PeiServices       An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation\r
   @param NotifyDescriptor  Address of the notification descriptor data structure.\r