* [PATCH] SecurityPkg: Fix typos in comments
@ 2017-01-30 0:02 Thiebaud Weksteen
0 siblings, 0 replies; only message in thread
From: Thiebaud Weksteen @ 2017-01-30 0:02 UTC (permalink / raw)
To: edk2-devel
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thiebaud Weksteen <tweek@google.com>
---
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c | 2 +-
SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 4 ++--
SecurityPkg/Tcg/TcgPei/TcgPei.c | 4 ++--
SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeim.c | 2 +-
SecurityPkg/Tcg/TrEEPei/TrEEPei.c | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
index 004c7efe70..d4883e9e34 100644
--- a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
+++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
@@ -146,7 +146,7 @@ Tcg2ConfigPeimEntryPoint (
ASSERT_EFI_ERROR (Status);
//
- // Even if no TPM is selected or detected, we still need intall TpmInitializationDonePpi.
+ // Even if no TPM is selected or detected, we still need to install TpmInitializationDonePpi.
// Because TcgPei or Tcg2Pei will not run, but we still need a way to notify other driver.
// Other driver can know TPM initialization state by TpmInitializedPpi.
//
diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
index 209d843245..d5082b81dc 100644
--- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
+++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
@@ -823,7 +823,7 @@ PeimEntryMA (
}
//
- // Only intall TpmInitializedPpi on success
+ // Only install TpmInitializedPpi on success
//
Status = PeiServicesInstallPpi (&mTpmInitializedPpiList);
ASSERT_EFI_ERROR (Status);
@@ -844,7 +844,7 @@ Done:
);
}
//
- // Always intall TpmInitializationDonePpi no matter success or fail.
+ // Always install TpmInitializationDonePpi no matter success or fail.
// Other driver can know TPM initialization state by TpmInitializedPpi.
//
Status2 = PeiServicesInstallPpi (&mTpmInitializationDonePpiList);
diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.c b/SecurityPkg/Tcg/TcgPei/TcgPei.c
index 63807f44ff..69ab8bd54b 100644
--- a/SecurityPkg/Tcg/TcgPei/TcgPei.c
+++ b/SecurityPkg/Tcg/TcgPei/TcgPei.c
@@ -810,7 +810,7 @@ PeimEntryMA (
}
//
- // Only intall TpmInitializedPpi on success
+ // Only install TpmInitializedPpi on success
//
Status = PeiServicesInstallPpi (&mTpmInitializedPpiList);
ASSERT_EFI_ERROR (Status);
@@ -831,7 +831,7 @@ Done:
);
}
//
- // Always intall TpmInitializationDonePpi no matter success or fail.
+ // Always install TpmInitializationDonePpi no matter success or fail.
// Other driver can know TPM initialization state by TpmInitializedPpi.
//
Status2 = PeiServicesInstallPpi (&mTpmInitializationDonePpiList);
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeim.c b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeim.c
index b4a3d52347..a62181a828 100644
--- a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeim.c
+++ b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeim.c
@@ -146,7 +146,7 @@ TrEEConfigPeimEntryPoint (
ASSERT_EFI_ERROR (Status);
//
- // Even if no TPM is selected or detected, we still need intall TpmInitializationDonePpi.
+ // Even if no TPM is selected or detected, we still need to install TpmInitializationDonePpi.
// Because TcgPei or TrEEPei will not run, but we still need a way to notify other driver.
// Other driver can know TPM initialization state by TpmInitializedPpi.
//
diff --git a/SecurityPkg/Tcg/TrEEPei/TrEEPei.c b/SecurityPkg/Tcg/TrEEPei/TrEEPei.c
index 8d8639d271..258a46b166 100644
--- a/SecurityPkg/Tcg/TrEEPei/TrEEPei.c
+++ b/SecurityPkg/Tcg/TrEEPei/TrEEPei.c
@@ -659,7 +659,7 @@ PeimEntryMA (
}
//
- // Only intall TpmInitializedPpi on success
+ // Only install TpmInitializedPpi on success
//
Status = PeiServicesInstallPpi (&mTpmInitializedPpiList);
ASSERT_EFI_ERROR (Status);
@@ -680,7 +680,7 @@ Done:
);
}
//
- // Always intall TpmInitializationDonePpi no matter success or fail.
+ // Always install TpmInitializationDonePpi no matter success or fail.
// Other driver can know TPM initialization state by TpmInitializedPpi.
//
Status2 = PeiServicesInstallPpi (&mTpmInitializationDonePpiList);
--
2.11.0.483.g087da7b7c-goog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-30 0:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 0:02 [PATCH] SecurityPkg: Fix typos in comments Thiebaud Weksteen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox