From 3e25f85d68d10249473d422c4c19dc30ea55e8b0 Mon Sep 17 00:00:00 2001 From: Martin Roth <gaumless@gmail.com> Date: Mon, 4 Sep 2023 15:37:07 -0600 Subject: drivers/ipmi to lib: Fix misspellings & capitalization issues Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> --- src/drivers/spi/tpm/tpm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/spi/tpm/tpm.h') diff --git a/src/drivers/spi/tpm/tpm.h b/src/drivers/spi/tpm/tpm.h index da15a73bd8..0d238e8011 100644 --- a/src/drivers/spi/tpm/tpm.h +++ b/src/drivers/spi/tpm/tpm.h @@ -11,7 +11,7 @@ #define TPM_LOCALITY_0_SPI_BASE 0x00d40000 /* - * A tpm device descriptor, values read from the appropriate device regisrers + * A TPM device descriptor, values read from the appropriate device registers * are cached here. */ struct tpm2_info { @@ -33,7 +33,7 @@ tpm_result_t tpm2_init(struct spi_slave *spi_if); * Each command processing consists of sending the command to the TPM, by * writing it into the FIFO register, then polling the status register until * the TPM is ready to respond, then reading the response from the FIFO - * regitster. The size of the response can be gleaned from the 6 byte header. + * register. The size of the response can be gleaned from the 6 byte header. * * This function places the response into the tpm2_response buffer and returns * the size of the response. -- cgit v1.2.3