From 1f83e9d592f6be5a4fc36c7d21ae1410a2fbbdfe Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 30 Jan 2019 15:04:00 +0530 Subject: lib/hardwaremain: Fix more ACPI/IOAPIC typos CB:31139 fixs few ACPI type error. Here is few more typo mistake. Change-Id: Ieecf0ba8fe09ed5003d5ae766079b8f83cc891b9 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/31152 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/include/nhlt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/nhlt.h b/src/include/nhlt.h index a361ed8fda..e4cfcf63fb 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -54,7 +54,7 @@ struct nhlt_format_config; /* Obtain an nhlt object for adding endpoints. Returns NULL on error. */ struct nhlt *nhlt_init(void); -/* Return the size of the NHLT table including APCI header. */ +/* Return the size of the NHLT table including ACPI header. */ size_t nhlt_current_size(struct nhlt *nhlt); /* -- cgit v1.2.3