aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/tcgbios.c
diff options
context:
space:
mode:
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;
}