src/mainboard to src/security: Fix spelling errors

These issues were found and fixed by codespell, a useful tool for
finding spelling errors.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ie34003a9fdfe9f3b1b8ec0789aeca8b9435c9c79
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58081
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Martin Roth
2021-10-01 14:37:30 -06:00
committed by Martin Roth
parent 0949e73906
commit 50863daef8
58 changed files with 64 additions and 64 deletions

View File

@@ -123,7 +123,7 @@ void intel_cbnt_log_registers(void)
LOG("SACM INFO MSR (0x13A) raw: 0x%016llx\n", acm_info.raw);
LOG(" NEM status: %u\n", acm_info.nem_enabled);
LOG(" TPM type: %s\n", tpm_type[acm_info.tpm_type]);
LOG(" TPM succes: %u\n", acm_info.tpm_success);
LOG(" TPM success: %u\n", acm_info.tpm_success);
LOG(" FACB: %u\n", acm_info.facb);
LOG(" measured boot: %u\n", acm_info.measured_boot);
LOG(" verified boot: %u\n", acm_info.verified_boot);

View File

@@ -668,7 +668,7 @@ bool stm_check_stm_image(void *stm_image, uint32_t stm_imagesize)
/*
* This function return BIOS STM resource.
* Produced by SmmStm.
* Comsumed by SmmMpService when Init.
* Consumed by SmmMpService when Init.
*
* @return BIOS STM resource
*/

View File

@@ -150,7 +150,7 @@ static struct acm_info_table *find_info_table(const void *ptr)
}
/**
* Validate that the provided ACM is useable on this platform.
* Validate that the provided ACM is usable on this platform.
*/
static int validate_acm(const void *ptr)
{