diff mbox series

acpi: aspt: fix typo of SPTT

Message ID 20231017062043.8861-1-ivan.hu@canonical.com
State Accepted
Headers show
Series acpi: aspt: fix typo of SPTT | expand

Commit Message

Ivan Hu Oct. 17, 2023, 6:20 a.m. UTC
No function impact.

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

Patch

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;
 	}