Skip to content

Commit

Permalink
tpm2_eventlog: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLima12 committed Dec 12, 2024
1 parent 00c1c2b commit 5f7a952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tpm2_eventlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ size_t i;
break;

default:
LOG_WARN("Event %zu is unexectedly not extending either PCR 8, 9, 12 or 14", eventnum - 1);
LOG_WARN("Event %zu is unexpectedly not extending either PCR 8, 9, 12 or 14", eventnum - 1);
return false;
}

Expand Down

0 comments on commit 5f7a952

Please sign in to comment.