]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TcgPei/TcgPei.c
SecurityPkg/Tcg: Fix various typos
[mirror_edk2.git] / SecurityPkg / Tcg / TcgPei / TcgPei.c
index 284fc394f063d9d2e49c5710da488fe7e8c96075..a9a808c9ecf35702825311dbc6c807845531828e 100644 (file)
@@ -146,7 +146,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR           mNotifyList[] = {
 };\r
 \r
 /**\r
-  Record all measured Firmware Voluem 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
@@ -501,7 +501,7 @@ MeasureMainBios (
 }\r
 \r
 /**\r
-  Measure and record the Firmware Voluem 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
@@ -824,7 +824,7 @@ PeimEntryMA (
     }\r
 \r
     //\r
-    // Only intall TpmInitializedPpi on success\r
+    // Only install TpmInitializedPpi on success\r
     //\r
     Status = PeiServicesInstallPpi (&mTpmInitializedPpiList);\r
     ASSERT_EFI_ERROR (Status);\r
@@ -845,7 +845,7 @@ Done:
       );\r
   }\r
   //\r
-  // Always intall TpmInitializationDonePpi no matter success or fail.\r
+  // Always install TpmInitializationDonePpi no matter success or fail.\r
   // Other driver can know TPM initialization state by TpmInitializedPpi.\r
   //\r
   Status2 = PeiServicesInstallPpi (&mTpmInitializationDonePpiList);\r