summaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-20 09:23:23 +0000
committerShuah Khan <skhan@linuxfoundation.org>2024-02-20 17:28:19 -0700
commit6f1a214d446b2f2f9c8c4b96755a8f0316ba4436 (patch)
treefb6bb861ea5e986cacb861fd4fb4400f23661772 /tools/testing
parent85506aca2eb4ea41223c91c5fe25125953c19b13 (diff)
downloadlinux-stable-6f1a214d446b2f2f9c8c4b96755a8f0316ba4436.tar.gz
linux-stable-6f1a214d446b2f2f9c8c4b96755a8f0316ba4436.tar.bz2
linux-stable-6f1a214d446b2f2f9c8c4b96755a8f0316ba4436.zip
selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy"
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>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/sched/cs_prctl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/sched/cs_prctl_test.c b/tools/testing/selftests/sched/cs_prctl_test.c
index 7ba057154343..62fba7356af2 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);