diff options
author | Martin Roth <gaumless@gmail.com> | 2023-09-04 15:37:07 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-13 10:42:30 +0000 |
commit | 3e25f85d68d10249473d422c4c19dc30ea55e8b0 (patch) | |
tree | 0fb6767dfe8334c455ccd8d3dace51bf02664932 /src/include/nhlt.h | |
parent | 3933ed5e5a73898becc80dccc35a58a158f8899e (diff) |
drivers/ipmi to lib: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I926ec4c1c00339209ef656995031026935e52558
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/nhlt.h')
-rw-r--r-- | src/include/nhlt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nhlt.h b/src/include/nhlt.h index 5d7564bd76..c4c71c2f48 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -27,7 +27,7 @@ struct nhlt_format_config; * Most code should use the SoC variants of the functions because * there is required logic needed to be performed by the SoC. The SoC * code should be abstracting the inner details of these functions that - * specically apply to NHLT objects for that SoC. + * specifically apply to NHLT objects for that SoC. * * An example sequence: * @@ -146,7 +146,7 @@ uintptr_t nhlt_serialize(struct nhlt *nhlt, uintptr_t acpi_addr); * Serialize NHLT object to ACPI table. Take in the beginning address of where * the table will reside oem_id and oem_table_id and return the address of the * next ACPI table. On error 0 will be returned. The NHLT object is no longer - * valid after thisfunction is called. + * valid after this function is called. */ uintptr_t nhlt_serialize_oem_overrides(struct nhlt *nhlt, uintptr_t acpi_addr, const char *oem_id, const char *oem_table_id, |