aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-07 21:15:31 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-09 07:48:40 +0000
commitdf89df7e59ced6aef7d1c6f0b262912d6d384220 (patch)
tree30dc4e0356a797abf1593592f0b5b79f0b2ee173
parentdc41371ce63fb60e29fc75a89a796134a125dee2 (diff)
security/tpm/tss/vendor/cr50/cr50.c: Fix typo
Change-Id: I71c0b3b28979053b73f22f280ff11ba19ee0eee2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50372 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/security/tpm/tss/vendor/cr50/cr50.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/tpm/tss/vendor/cr50/cr50.c b/src/security/tpm/tss/vendor/cr50/cr50.c
index 3be1e5a722..a5b8057a01 100644
--- a/src/security/tpm/tss/vendor/cr50/cr50.c
+++ b/src/security/tpm/tss/vendor/cr50/cr50.c
@@ -13,7 +13,7 @@ uint32_t tlcl_cr50_enable_nvcommits(void)
uint16_t sub_command = TPM2_CR50_SUB_CMD_NVMEM_ENABLE_COMMITS;
struct tpm2_response *response;
- printk(BIOS_INFO, "Enabling cr50 nvmem commmits\n");
+ printk(BIOS_INFO, "Enabling cr50 nvmem commits\n");
response = tpm_process_command(TPM2_CR50_VENDOR_COMMAND, &sub_command);