From 75f0b607fae6fb57bde7593b9c1ac926a59bf10f Mon Sep 17 00:00:00 2001 From: Naresh Solanki Date: Mon, 25 Sep 2023 13:59:25 +0200 Subject: acpi: Fix typos Change-Id: Ie986c1cbbc9bcc7817dfeb04a4be86898b302987 Signed-off-by: Naresh Solanki Reviewed-on: https://review.coreboot.org/c/coreboot/+/78114 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Martin L Roth --- src/include/acpi/acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 201d851baf..141e4d3ad8 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -1428,7 +1428,7 @@ _Static_assert(sizeof(acpi_spcr_t) == 88, "acpi_spcr_t must have an 88 byte size /* GTDT - Generic Timer Description Table (ACPI 5.1) Version 2 */ typedef struct acpi_table_gtdt { acpi_header_t header; /* Common ACPI table header */ - u64 counter_block_addresss; + u64 counter_block_address; u32 reserved; u32 secure_el1_interrupt; u32 secure_el1_flags; -- cgit v1.2.3