aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/tcgbios.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:56 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:12:57 +1100
commit9604efb1832de13b51f93ad0a3581f9ed6dc04b5 (patch)
tree67b01f8c25785243baedd3863df657baa3d086a2 /lib/libtpm/tcgbios.c
parentac9eac38755af41c114bef5515aa6863ad648d86 (diff)
downloadSLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.zip
SLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.tar.gz
SLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.tar.bz2
Fix typos in the remaining lib folders
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libtpm/tcgbios.c')
-rw-r--r--lib/libtpm/tcgbios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtpm/tcgbios.c b/lib/libtpm/tcgbios.c
index 3b2e76d..aefa865 100644
--- a/lib/libtpm/tcgbios.c
+++ b/lib/libtpm/tcgbios.c
@@ -332,7 +332,7 @@ static int tpm20_build_digest(struct tpm_log_entry *le,
}
if (sel != end) {
- dprintf("Malformed pcr selection structure fron TPM\n");
+ dprintf("Malformed pcr selection structure from TPM\n");
return -1;
}
@@ -739,7 +739,7 @@ static int tpm20_write_EfiSpecIdEventStruct(void)
}
if (sel != end) {
- dprintf("Malformed pcr selection structure fron TPM\n");
+ dprintf("Malformed pcr selection structure from TPM\n");
return -1;
}