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

Colin King colin.king at canonical.com
Fri Nov 22 16:26:37 UTC 2013


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




More information about the fwts-devel mailing list