ACK: [PATCH 2/2] acpi: method: fix spelling mistake in comment
Alex Hung
alex.hung at canonical.com
Mon Nov 25 08:26:37 UTC 2013
On 11/23/2013 12:26 AM, Colin King 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)) {
>
Acked-by: Alex Hung <alex.hung at canonical.com
More information about the fwts-devel
mailing list