ACK: [PATCH] debugger: fix spelling mistake "adress" -> "address"

ivanhu ivan.hu at canonical.com
Fri Dec 6 02:17:01 UTC 2019



On 11/27/19 9:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/acpica/source/components/debugger/dbinput.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpica/source/components/debugger/dbinput.c b/src/acpica/source/components/debugger/dbinput.c
> index c854cb37..d498c9e0 100644
> --- a/src/acpica/source/components/debugger/dbinput.c
> +++ b/src/acpica/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);
>          }
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list