[PATCH] acpi: method: fix incorrect comment in _CPC test

Alex Hung alex.hung at canonical.com
Wed Aug 27 09:13:54 UTC 2014


Signed-off-by: Alex Hung <alex.hung 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 a98cd9e..d8ca152 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -2400,7 +2400,7 @@ static void method_test_CPC_return(
 	if (method_check_type(fw, name, buf, ACPI_TYPE_PACKAGE) != FWTS_OK)
 		return;
 
-	/* Something is really wrong if we don't have any elements in _PCT */
+	/* Something is really wrong if we don't have any elements in _CPC */
 	if (method_package_count_equal(fw, name, "_CPC", obj, 17) != FWTS_OK)
 		return;
 
-- 
1.9.1




More information about the fwts-devel mailing list