tpm2: Fixed typo

Fixed "intierface" typo.

Change-Id: I65f0156ee059a8bed96c900ca3da3a06f45901e8
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-on: https://review.coreboot.org/16252
Tested-by: build bot (Jenkins)
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
Robert Foss 2016-08-18 17:56:02 -04:00 committed by Idwer Vollering
parent a7fa5dd3a9
commit 8dc20bb698
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ int tis_init(void)
if (tpm2_init(spi_setup_slave(CONFIG_DRIVER_TPM_SPI_BUS,
CONFIG_DRIVER_TPM_SPI_CHIP))) {
printk(BIOS_ERR, "Failed to initialize TPM SPI intierface\n");
printk(BIOS_ERR, "Failed to initialize TPM SPI interface\n");
return -1;
}