From 3e25f85d68d10249473d422c4c19dc30ea55e8b0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 4 Sep 2023 15:37:07 -0600 Subject: drivers/ipmi to lib: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/include/acpi/acpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/acpi/acpi.h') diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 1684e71840..01504ce7d3 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -1727,8 +1727,8 @@ void acpi_create_slit(acpi_slit_t *slit, /* * Create a Memory Proximity Domain Attributes structure for HMAT, - * given proximity domain for the attached initiaor, and - * proximimity domain for the memory. + * given proximity domain for the attached initiator, and + * proximity domain for the memory. */ int acpi_create_hmat_mpda(acpi_hmat_mpda_t *mpda, u32 initiator, u32 memory); /* Create Heterogeneous Memory Attribute Table */ -- cgit v1.2.3