From: Colin Ian King Date: Tue, 20 Feb 2024 09:23:23 +0000 (+0000) Subject: selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy" X-Git-Tag: v6.9-rc1~224^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1a214d446b2f2f9c8c4b96755a8f0316ba4436;p=thirdparty%2Fkernel%2Flinux.git selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy" There is a spelling mistake in a printed message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/sched/cs_prctl_test.c b/tools/testing/selftests/sched/cs_prctl_test.c index 7ba057154343f..62fba7356af2e 100644 --- a/tools/testing/selftests/sched/cs_prctl_test.c +++ b/tools/testing/selftests/sched/cs_prctl_test.c @@ -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);