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:
Elyes HAOUAS
2018-08-09 18:55:58 +02:00
committed by Martin Roth
parent 1895838e7a
commit 3d45000c9c
20 changed files with 27 additions and 27 deletions

View File

@@ -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 };