src: Fix typo
Change-Id: I689c5663ef59861f79b68220abd146144f7618de Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27988 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
1895838e7a
commit
3d45000c9c
@@ -222,7 +222,7 @@ static int marshal_nv_read(struct obuf *ob,
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* TPM2_Clear command does not require paramaters. */
|
||||
/* TPM2_Clear command does not require parameters. */
|
||||
static int marshal_clear(struct obuf *ob)
|
||||
{
|
||||
const uint32_t handle[] = { TPM_RH_PLATFORM };
|
||||
|
Reference in New Issue
Block a user