SecurityPkg/Tcg: Fix various typos
Fix various typos in documentation, comments and debug strings. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-66-philmd@redhat.com> [lersek@redhat.com: replace EFI_D_xxx w/ DEBUG_xxx to shut up PatchCheck]
This commit is contained in:
committed by
mergify[bot]
parent
f9fd0c2108
commit
dd40a1f85c
@@ -146,7 +146,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR mNotifyList[] = {
|
||||
};
|
||||
|
||||
/**
|
||||
Record all measured Firmware Voluem Information into a Guid Hob
|
||||
Record all measured Firmware Volume Information into a Guid Hob
|
||||
Guid Hob payload layout is
|
||||
|
||||
UINT32 *************************** FIRMWARE_BLOB number
|
||||
@@ -501,7 +501,7 @@ MeasureMainBios (
|
||||
}
|
||||
|
||||
/**
|
||||
Measure and record the Firmware Voluem Information once FvInfoPPI install.
|
||||
Measure and record the Firmware Volume Information once FvInfoPPI install.
|
||||
|
||||
@param[in] PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.
|
||||
@param[in] NotifyDescriptor Address of the notification descriptor data structure.
|
||||
@@ -824,7 +824,7 @@ PeimEntryMA (
|
||||
}
|
||||
|
||||
//
|
||||
// Only intall TpmInitializedPpi on success
|
||||
// Only install TpmInitializedPpi on success
|
||||
//
|
||||
Status = PeiServicesInstallPpi (&mTpmInitializedPpiList);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
@@ -845,7 +845,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);
|
||||
|
Reference in New Issue
Block a user