[PATCH 1/2] acpi: HPET: fix typo in HPET description field

Colin King colin.king at canonical.com
Wed Jul 8 09:12:49 UTC 2015


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/hpet/hpet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/hpet/hpet.c b/src/acpi/hpet/hpet.c
index aa1fa9a..b8f82cf 100644
--- a/src/acpi/hpet/hpet.c
+++ b/src/acpi/hpet/hpet.c
@@ -445,7 +445,7 @@ static fwts_framework_minor_test hpet_check_tests[] = {
 };
 
 static fwts_framework_ops hpet_check_ops = {
-	.description = "HPET IA-PC High Precision Event Timer Tanble tests.",
+	.description = "HPET IA-PC High Precision Event Timer Table tests.",
 	.init        = hpet_check_init,
 	.deinit      = hpet_check_deinit,
 	.minor_tests = hpet_check_tests
-- 
2.1.4




More information about the fwts-devel mailing list