Marshall Dawson has uploaded this change for review.

View Change

arch/x86: Fix spelling error in BERT comment

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I57c0bcfbe0d96aac106f771e8efb3bd471302c25
---
M src/arch/x86/include/arch/bert_storage.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/33965/1
diff --git a/src/arch/x86/include/arch/bert_storage.h b/src/arch/x86/include/arch/bert_storage.h
index c96918c..5c87aed 100644
--- a/src/arch/x86/include/arch/bert_storage.h
+++ b/src/arch/x86/include/arch/bert_storage.h
@@ -67,7 +67,7 @@
/* 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)

To view, visit change 33965. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I57c0bcfbe0d96aac106f771e8efb3bd471302c25
Gerrit-Change-Number: 33965
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-MessageType: newchange