From 7fcada359081044d39d6f9e2eee7d1482b5b6e6f Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 2 Jan 2022 01:59:42 +0000 Subject: [PATCH] plaform -> platform --- sys/arch/arm64/stand/efiboot/efiacpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm64/stand/efiboot/efiacpi.c b/sys/arch/arm64/stand/efiboot/efiacpi.c index f88a1bd1446..8727a8d2b56 100644 --- a/sys/arch/arm64/stand/efiboot/efiacpi.c +++ b/sys/arch/arm64/stand/efiboot/efiacpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efiacpi.c,v 1.12 2021/06/06 23:56:55 krw Exp $ */ +/* $OpenBSD: efiacpi.c,v 1.13 2022/01/02 01:59:42 jsg Exp $ */ /* * Copyright (c) 2018 Mark Kettenis @@ -227,7 +227,7 @@ struct acpi_gtdt { uint32_t nonsec_el2_flags; uint64_t cnt_read_base; uint32_t platform_timer_count; - uint32_t plaform_timer_offset; + uint32_t platform_timer_offset; } __packed; struct acpi_madt { -- 2.20.1