selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 20 Feb 2024 09:23:23 +0000 (09:23 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 21 Feb 2024 00:28:19 +0000 (17:28 -0700)
There is a spelling mistake in a printed message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/sched/cs_prctl_test.c

index 7ba057154343fbdbcef82ca95c3cedfd561866b7..62fba7356af2ef0e8e824209f668ba6e8dce6a62 100644 (file)
@@ -276,7 +276,7 @@ int main(int argc, char *argv[])
        if (setpgid(0, 0) != 0)
                handle_error("process group");
 
-       printf("\n## Create a thread/process/process group hiearchy\n");
+       printf("\n## Create a thread/process/process group hierarchy\n");
        create_processes(num_processes, num_threads, procs);
        need_cleanup = 1;
        disp_processes(num_processes, procs);