[PATCH 2/3] acpi: checksum: fix typo shorted -> shortened

Colin King colin.king at canonical.com
Tue Feb 28 11:07:41 UTC 2012


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

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/checksum/checksum.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/acpi/checksum/checksum.c b/src/acpi/checksum/checksum.c
index 726f0f1..77449cc 100644
--- a/src/acpi/checksum/checksum.c
+++ b/src/acpi/checksum/checksum.c
@@ -34,7 +34,7 @@ static void checksum_rsdp(fwts_framework *fw, fwts_acpi_table_info *table)
 	if (table->length < 20) {
 		fwts_failed(fw, LOG_LEVEL_HIGH, "ACPITableCheckSumShortRSDP",
 			"RSDP was expected to be at least 20 bytes long, "
-			"got a shorted size of %d bytes.",
+			"got a shortened size of %d bytes.",
 			(int)table->length);
 		/* Won't test on a short RSDP */
 		return;
@@ -60,7 +60,7 @@ static void checksum_rsdp(fwts_framework *fw, fwts_acpi_table_info *table)
 			fwts_failed(fw, LOG_LEVEL_HIGH,
 				"ACPITableCheckSumShortRSDP",
 				"RSDP was expected to be %d bytes long, "
-				"got a shorted size of %d bytes.",
+				"got a shortened size of %d bytes.",
 				(int)sizeof(fwts_acpi_table_rsdp),
 				(int)table->length);
 			/* Won't test on a short RSDP */
-- 
1.7.9





More information about the fwts-devel mailing list