diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-07-02 13:35:22 -0500 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2019-07-02 18:50:10 +0000 |
commit | d19fa78ae73b3b76986ce65c71e254d7b7717cb5 (patch) | |
tree | 15fe1a582b62029fecbe5641b922119254789fd7 /src/arch/x86/include | |
parent | 848e30daa1a82f401dad17c9bc93e7d0bb871833 (diff) |
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>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/bert_storage.h | 2 |
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) |