From 8bd5c996ab96b34e1654a88a98d1c9a957b0b478 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Mon, 29 Oct 2018 10:47:52 +0100 Subject: {src,util}: Correct typo in comment and debug string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct typo in comment and debug string. BUG=N/A TEST=build Change-Id: I0362bb8d7c883e7fcbc6a2fc2f9918251f0d8d6e Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/29321 Reviewed-by: Michał Żygowski Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/security/tpm/tss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/tpm/tss.h') diff --git a/src/security/tpm/tss.h b/src/security/tpm/tss.h index 807cb46a3e..548a39a774 100644 --- a/src/security/tpm/tss.h +++ b/src/security/tpm/tss.h @@ -144,7 +144,7 @@ uint32_t tlcl_assert_physical_presence(void); uint32_t tlcl_physical_presence_cmd_enable(void); /** - * Finalize the physical presence settings: sofware PP is enabled, hardware PP + * Finalize the physical presence settings: software PP is enabled, hardware PP * is disabled, and the lifetime lock is set. The TPM error code is returned. */ uint32_t tlcl_finalize_physical_presence(void); -- cgit v1.2.3