[PATCH 2/2] acpi: method: fix spelling mistake in comment

Keng-Yu Lin kengyu at canonical.com
Mon Dec 2 02:46:54 UTC 2013


On Sat, Nov 23, 2013 at 12:26 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/acpi/method/method.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index e06992c..d09d8a7 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -671,7 +671,7 @@ static void method_test_NULL_return(
>         /*
>          *  In ACPICA SLACK mode null returns can be actually
>          *  forced to return ACPI integers. Blame an errata
> -        *  and Windows compatability for this mess.
> +        *  and Windows compatibility for this mess.
>          */
>         if (fw->acpica_mode & FWTS_ACPICA_MODE_SLACK) {
>                 if ((buf != NULL) && (buf->Pointer != NULL)) {
> --
> 1.8.3.2
>

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list