aboutsummaryrefslogtreecommitdiff
path: root/src/security/tpm/tss.h
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2018-10-29 10:47:52 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-08 14:10:20 +0000
commit8bd5c996ab96b34e1654a88a98d1c9a957b0b478 (patch)
tree2d9edb0b78552dda22cfc7f763d70e19fb521ebd /src/security/tpm/tss.h
parentdb3ba1bc186c487157ba9161dfc965f3e22a026f (diff)
{src,util}: Correct typo in comment and debug string
Correct typo in comment and debug string. BUG=N/A TEST=build Change-Id: I0362bb8d7c883e7fcbc6a2fc2f9918251f0d8d6e Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29321 Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security/tpm/tss.h')
-rw-r--r--src/security/tpm/tss.h2
1 files changed, 1 insertions, 1 deletions
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);