Skip to content

Commit 6f1a214

Browse files
ColinIanKingshuahkh
authored andcommitted
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>
1 parent 85506ac commit 6f1a214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/sched/cs_prctl_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ int main(int argc, char *argv[])
276276
if (setpgid(0, 0) != 0)
277277
handle_error("process group");
278278

279-
printf("\n## Create a thread/process/process group hiearchy\n");
279+
printf("\n## Create a thread/process/process group hierarchy\n");
280280
create_processes(num_processes, num_threads, procs);
281281
need_cleanup = 1;
282282
disp_processes(num_processes, procs);

0 commit comments

Comments
 (0)