summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNaresh Solanki <naresh.solanki@9elements.com>2023-09-25 13:59:25 +0200
committerMartin L Roth <gaumless@gmail.com>2023-09-27 15:28:26 +0000
commit75f0b607fae6fb57bde7593b9c1ac926a59bf10f (patch)
tree713d23d6d849b8f63c62a4fad4c592eabbefa5ce /src/include
parent397c15026ecd449b81cbc2beb714175ee911e3e7 (diff)
downloadcoreboot-75f0b607fae6fb57bde7593b9c1ac926a59bf10f.tar.gz
coreboot-75f0b607fae6fb57bde7593b9c1ac926a59bf10f.tar.bz2
coreboot-75f0b607fae6fb57bde7593b9c1ac926a59bf10f.zip
acpi: Fix typos
Change-Id: Ie986c1cbbc9bcc7817dfeb04a4be86898b302987 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78114 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/acpi/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h
index 201d851baf57..141e4d3ad826 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;