diff mbox series

debugger: fix spelling mistake "adress" -> "address"

Message ID 20191127131041.43685-1-colin.king@canonical.com
State Accepted
Headers show
Series debugger: fix spelling mistake "adress" -> "address" | expand

Commit Message

Colin Ian King Nov. 27, 2019, 1:10 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/acpica/source/components/debugger/dbinput.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung Dec. 5, 2019, 3:22 a.m. UTC | #1
On 2019-11-27 6:10 a.m., Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@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: Alex Hung <alex.hung@canonical.com>
Ivan Hu Dec. 6, 2019, 2:17 a.m. UTC | #2
On 11/27/19 9:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@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@canonical.com>
diff mbox series

Patch

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);
         }