From 856462eaaec9052a60d62b66076257e7fad337c7 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 13 Dec 2019 16:51:08 +0000 Subject: Import ACPICA 20191213. --- source/components/debugger/dbinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/components/debugger/dbinput.c') diff --git a/source/components/debugger/dbinput.c b/source/components/debugger/dbinput.c index c854cb37a7fe..d498c9e0fec6 100644 --- a/source/components/debugger/dbinput.c +++ b/source/components/debugger/dbinput.c @@ -1019,7 +1019,7 @@ AcpiDbCommandDispatch ( if (ACPI_FAILURE (Status) || Temp64 >= ACPI_NUM_PREDEFINED_REGIONS) { AcpiOsPrintf ( - "Invalid adress space ID: must be between 0 and %u inclusive\n", + "Invalid address space ID: must be between 0 and %u inclusive\n", ACPI_NUM_PREDEFINED_REGIONS - 1); return (AE_OK); } -- cgit v1.3