[PATCH] acpi: aspt: fix typo of SPTT

Ivan Hu ivan.hu at canonical.com
Tue Oct 17 06:20:43 UTC 2023


No function impact.

Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
 src/acpi/aspt/aspt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/aspt/aspt.c b/src/acpi/aspt/aspt.c
index a938a409..a7485269 100644
--- a/src/acpi/aspt/aspt.c
+++ b/src/acpi/aspt/aspt.c
@@ -58,7 +58,7 @@ static int aspt_test1(fwts_framework *fw)
 	if (aspt->sptt_addr_end < aspt->sptt_addr_start) {
 		fwts_failed(fw, LOG_LEVEL_HIGH,
 			"ASPTSpttEndError",
-			"ASPT SPTT end address is less than the APTT start "
+			"ASPT SPTT end address is less than the SPTT start "
 			"address.");
 		passed = false;
 	}
-- 
2.34.1




More information about the fwts-devel mailing list