arch/x86: Fix spelling error in BERT comment

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I57c0bcfbe0d96aac106f771e8efb3bd471302c25
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33965
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marshall Dawson 2019-07-02 13:35:22 -05:00 committed by Idwer Vollering
parent 848e30daa1
commit d19fa78ae7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ size_t bert_storage_remaining(void);
/* Find if errors were added, a BERT region is present, and ACPI table needed */ /* Find if errors were added, a BERT region is present, and ACPI table needed */
int bert_errors_present(void); int bert_errors_present(void);
/* Get the number of entries accociated with status */ /* Get the number of entries associated with status */
static inline size_t bert_entry_count(acpi_generic_error_status_t *status) static inline size_t bert_entry_count(acpi_generic_error_status_t *status)
{ {
return (status->block_status & GENERIC_ERR_STS_ENTRY_COUNT_MASK) return (status->block_status & GENERIC_ERR_STS_ENTRY_COUNT_MASK)