SecurityPkg/Library/Tpm: Fix various typos
Fix various typos in comments and documentation. 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-65-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
ce4cca7c06
commit
f9fd0c2108
@@ -26,7 +26,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#define PTP_TIMEOUT_MAX (90000 * 1000) // 90s
|
||||
|
||||
//
|
||||
// Max TPM command/reponse length
|
||||
// Max TPM command/response length
|
||||
//
|
||||
#define TPMCMDBUFLENGTH 0x500
|
||||
|
||||
@@ -290,7 +290,7 @@ PtpCrbTpmCommand (
|
||||
DEBUG ((EFI_D_VERBOSE, "\n"));
|
||||
);
|
||||
//
|
||||
// Check the reponse data header (tag, parasize and returncode)
|
||||
// Check the response data header (tag, parasize and returncode)
|
||||
//
|
||||
CopyMem (&Data16, BufferOut, sizeof (UINT16));
|
||||
// TPM2 should not use this RSP_COMMAND
|
||||
|
Reference in New Issue
Block a user