From d19fa78ae73b3b76986ce65c71e254d7b7717cb5 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Tue, 2 Jul 2019 13:35:22 -0500 Subject: arch/x86: Fix spelling error in BERT comment Signed-off-by: Marshall Dawson Change-Id: I57c0bcfbe0d96aac106f771e8efb3bd471302c25 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33965 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/arch/x86/include/arch/bert_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/include/arch/bert_storage.h b/src/arch/x86/include/arch/bert_storage.h index c96918c990..5c87aed8b0 100644 --- a/src/arch/x86/include/arch/bert_storage.h +++ b/src/arch/x86/include/arch/bert_storage.h @@ -67,7 +67,7 @@ size_t bert_storage_remaining(void); /* Find if errors were added, a BERT region is present, and ACPI table needed */ 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) { return (status->block_status & GENERIC_ERR_STS_ENTRY_COUNT_MASK) -- cgit v1.2.3