From 5fe413710be4dec7a11797d1452f623a9f36587a Mon Sep 17 00:00:00 2001 From: "Mario Limonciello (AMD)" Date: Fri, 15 Aug 2025 14:34:28 -0500 Subject: [PATCH] Fix a typo Signed-off-by: Mario Limonciello (AMD) [ROCm/amdsmi commit: 05f79879c372fe39e84616a4387c9b95fe33ed0c] --- .../amdsmi/tests/amd_smi_test/functional/api_support_read.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/amdsmi/tests/amd_smi_test/functional/api_support_read.cc b/projects/amdsmi/tests/amd_smi_test/functional/api_support_read.cc index 6be61a276b..052b0221f3 100644 --- a/projects/amdsmi/tests/amd_smi_test/functional/api_support_read.cc +++ b/projects/amdsmi/tests/amd_smi_test/functional/api_support_read.cc @@ -34,7 +34,7 @@ TestAPISupportRead::TestAPISupportRead() : TestBase() { set_title("AMDSMI API Support Read Test"); - set_description("This test verifies that the supported APIs are corretly " + set_description("This test verifies that the supported APIs are correctly " "identified."); }