From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4DDBB8206B for ; Sun, 29 Jan 2017 16:02:33 -0800 (PST) Received: by mail-pf0-x235.google.com with SMTP id e4so85606170pfg.1 for ; Sun, 29 Jan 2017 16:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=eFXd9/xBgmvTzTqUPZ0mrysUvQcsoFhyUSObCJT3qHI=; b=Ttt5jENkHgEWmS5XY6XK0plpQ6eEUJzIZkwsNrHYKtVT2osDFqNdN1dwMISSRTJ1K0 IzjT9rBXR2K1cSl8pZHj8/Chptv018wUjxbZK41Y9NumswFvU2j43crH7VyeOzsbslEI k897/zFcOW0zvJ2xIOwysm2ScxAiuocHf+da/FY9bIO8Wq91d8dU8vzuyDUZwJGrWihM vvbunlKoCeu3i5wdhIgWxQGwYzo9YFDMclWkQH8NOAN/lMrIQRMnVVkbHCqP+1H9xFWY 7pmjKUtPU6Yd0nwTtpPXbnFQY6KP9kFk6wLAP/L0xtq53yToHzv8/l0HrvpRvZAj0qSg /UKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=eFXd9/xBgmvTzTqUPZ0mrysUvQcsoFhyUSObCJT3qHI=; b=jGluwvaaxh19a82hAuKTzwtvTcARpf3MH+coJtJT57qPuokanlREGwUZWUC8Xt4rng YlGFUPYKB//QCojlvxnifp/kQn5KyhQVftzIe1xVN1Hj1PUf19Mvynobtms2SwD9eKBX XIb47ZSJtOt6EMZqPExa+XhU7q3UEUcA1q4/hsyJ4HugsBHXWkU5x+aEZ6PJbZ9vIF4T j36yr4mcLMUZATNlfk5ZGZuV6FlWO+L9LLfnQM6apjpyKESh3XA1J1Dn9CQZ98pbSDad FzEXU9aRuycsDVxBH2HuQt7aKPbCJus3MYfW2l3AO5aCHC/NX/AAwlYf7lCEGQp8kz2A xVxg== X-Gm-Message-State: AIkVDXKSpUMIkZlZybnUN340rhPmGNtxXdg3HumY/6VYQKIl+6avoHQdIPaApiy4AbknFu0J X-Received: by 10.99.253.81 with SMTP id m17mr21242096pgj.78.1485734552730; Sun, 29 Jan 2017 16:02:32 -0800 (PST) Received: from tweek-z440.syd.corp.google.com ([100.102.96.84]) by smtp.gmail.com with ESMTPSA id e4sm21740721pgc.45.2017.01.29.16.02.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jan 2017 16:02:32 -0800 (PST) Received: by tweek-z440.syd.corp.google.com (Postfix, from userid 333937) id 252E7163A70; Mon, 30 Jan 2017 11:02:29 +1100 (AEDT) From: Thiebaud Weksteen To: edk2-devel@lists.01.org Date: Mon, 30 Jan 2017 11:02:27 +1100 Message-Id: <20170130000227.133445-1-tweek@google.com> X-Mailer: git-send-email 2.11.0.483.g087da7b7c-goog Subject: [PATCH] SecurityPkg: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 00:02:33 -0000 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thiebaud Weksteen --- 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