summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-07-02 13:35:22 -0500
committerIdwer Vollering <vidwer@gmail.com>2019-07-02 18:50:10 +0000
commitd19fa78ae73b3b76986ce65c71e254d7b7717cb5 (patch)
tree15fe1a582b62029fecbe5641b922119254789fd7
parent848e30daa1a82f401dad17c9bc93e7d0bb871833 (diff)
downloadcoreboot-d19fa78ae73b3b76986ce65c71e254d7b7717cb5.tar.xz
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>
-rw-r--r--src/arch/x86/include/arch/bert_storage.h2
1 files changed, 1 insertions, 1 deletions
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)