From c7aa09baa016b4e2ad61ea5f994babd2f9e91a44 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 14 Aug 2018 16:43:02 +0000 Subject: [PATCH] spelling error --- sys/arch/amd64/amd64/acpi_wakecode.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/acpi_wakecode.S b/sys/arch/amd64/amd64/acpi_wakecode.S index 6c1abf1fb4c..59b5f2398f8 100644 --- a/sys/arch/amd64/amd64/acpi_wakecode.S +++ b/sys/arch/amd64/amd64/acpi_wakecode.S @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_wakecode.S,v 1.44 2018/07/03 23:21:15 mortimer Exp $ */ +/* $OpenBSD: acpi_wakecode.S,v 1.45 2018/08/14 16:43:02 deraadt Exp $ */ /* * Copyright (c) 2001 Takanori Watanabe * Copyright (c) 2001 Mitsuru IWASAKI @@ -156,7 +156,7 @@ _ACPI_TRMP_OFFSET(.Lacpi_s3_vector_real) /* * Force CPU into protected mode by making an intersegment jump (to * ourselves, just a few lines down from here). We rely on the kernel - * to fixup the jump target addres previously. + * to fixup the jump target address previously. */ ljmpl $0x8, $.Lacpi_protected_mode_trampoline -- 2.20.1