mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 16:34:24 +03:00
debugger: fix spelling mistake "adress" -> "address"
There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com>
This commit is contained in:
parent
f76bd7e33c
commit
7aa72c5fdf
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user