From: Thiebaud Weksteen <tweek@google.com>
To: edk2-devel@lists.01.org
Subject: [PATCH] SecurityPkg: Fix typos in comments
Date: Mon, 30 Jan 2017 11:02:27 +1100 [thread overview]
Message-ID: <20170130000227.133445-1-tweek@google.com> (raw)
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
reply other threads:[~2017-01-30 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170130000227.133445-1-tweek@google.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox