There is a spelling mistake in a ksft_print_msg message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
 tools/testing/selftests/clone3/clone3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/clone3/clone3.c 
b/tools/testing/selftests/clone3/clone3.c
index 05c3d2dcbf2a..385cf08f8cf8 100644
--- a/tools/testing/selftests/clone3/clone3.c
+++ b/tools/testing/selftests/clone3/clone3.c
@@ -71,7 +71,7 @@ static void test_shadow_stack_supported(void)
        } else if ((void *)ret == MAP_FAILED) {
                ksft_print_msg("Failed to map shadow stack\n");
        } else {
-               ksft_print_msg("Shadow stack supportd\n");
+               ksft_print_msg("Shadow stack supported\n");
                shadow_stack_supported = true;
 
                if (!shadow_stack_enabled)
-- 
2.51.0


Reply via email to