Skip to content

Commit

Permalink
tpm: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Dec 7, 2022
1 parent 4bafdf0 commit 0a1102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct tpm_sha256_digest {
/* Part 2, 10.4.3: TPM2B_DATA */
PACKED_TYPE(tpm_sha1_data_t,
struct tpm_sha1_data {
uint16_t size; /* sizeof(body */
uint16_t size; /* sizeof(body) */
uint8_t body[20];
})

Expand Down

0 comments on commit 0a1102c

Please sign in to comment.