]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Pei / Tcg2Pei.c
index f28f33fdec8331ade083d6b58c49309797185c0d..1565d4e402199714179467fad8924d3fadf0b63c 100644 (file)
@@ -79,7 +79,7 @@ UINT32 mMeasuredMaxChildFvIndex = 0;
 UINT32 mMeasuredChildFvIndex = 0;\r
 \r
 /**\r
-  Measure and record the Firmware Volum Information once FvInfoPPI install.\r
+  Measure and record the Firmware Volume Information once FvInfoPPI install.\r
 \r
   @param[in] PeiServices       An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param[in] NotifyDescriptor  Address of the notification descriptor data structure.\r
@@ -91,14 +91,14 @@ UINT32 mMeasuredChildFvIndex = 0;
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-FirmwareVolmeInfoPpiNotifyCallback (\r
+FirmwareVolumeInfoPpiNotifyCallback (\r
   IN EFI_PEI_SERVICES              **PeiServices,\r
   IN EFI_PEI_NOTIFY_DESCRIPTOR     *NotifyDescriptor,\r
   IN VOID                          *Ppi\r
   );\r
 \r
 /**\r
-  Record all measured Firmware Volum Information into a Guid Hob\r
+  Record all measured Firmware Volume Information into a Guid Hob\r
 \r
   @param[in] PeiServices       An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param[in] NotifyDescriptor  Address of the notification descriptor data structure.\r
@@ -120,12 +120,12 @@ EFI_PEI_NOTIFY_DESCRIPTOR           mNotifyList[] = {
   {\r
     EFI_PEI_PPI_DESCRIPTOR_NOTIFY_CALLBACK,\r
     &gEfiPeiFirmwareVolumeInfoPpiGuid,\r
-    FirmwareVolmeInfoPpiNotifyCallback\r
+    FirmwareVolumeInfoPpiNotifyCallback\r
   },\r
   {\r
     EFI_PEI_PPI_DESCRIPTOR_NOTIFY_CALLBACK,\r
     &gEfiPeiFirmwareVolumeInfo2PpiGuid,\r
-    FirmwareVolmeInfoPpiNotifyCallback\r
+    FirmwareVolumeInfoPpiNotifyCallback\r
   },\r
   {\r
     (EFI_PEI_PPI_DESCRIPTOR_NOTIFY_CALLBACK | EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST),\r
@@ -136,7 +136,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR           mNotifyList[] = {
 \r
 \r
 /**\r
-  Record all measured Firmware Volum Information into a Guid Hob\r
+  Record all measured Firmware Volume Information into a Guid Hob\r
   Guid Hob payload layout is\r
 \r
      UINT32 *************************** FIRMWARE_BLOB number\r
@@ -688,7 +688,7 @@ MeasureMainBios (
 }\r
 \r
 /**\r
-  Measure and record the Firmware Volum Information once FvInfoPPI install.\r
+  Measure and record the Firmware Volume Information once FvInfoPPI install.\r
 \r
   @param[in] PeiServices       An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param[in] NotifyDescriptor  Address of the notification descriptor data structure.\r
@@ -700,7 +700,7 @@ MeasureMainBios (
 **/\r
 EFI_STATUS\r
 EFIAPI\r
-FirmwareVolmeInfoPpiNotifyCallback (\r
+FirmwareVolumeInfoPpiNotifyCallback (\r
   IN EFI_PEI_SERVICES               **PeiServices,\r
   IN EFI_PEI_NOTIFY_DESCRIPTOR      *NotifyDescriptor,\r
   IN VOID                           *Ppi\r