Commit f97dcd0f authored by Colin Ian King's avatar Colin Ian King Committed by Tejun Heo
Browse files

sched_ext: Fix spelling mistake: "intead" -> "instead"



There is a spelling mistake in the help text. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent eb4a3b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ const char help_fmt[] =
"  -d PID        Disallow a process from switching into SCHED_EXT (-1 for self)\n"
"  -D LEN        Set scx_exit_info.dump buffer length\n"
"  -S            Suppress qmap-specific debug dump\n"
"  -p            Switch only tasks on SCHED_EXT policy intead of all\n"
"  -p            Switch only tasks on SCHED_EXT policy instead of all\n"
"  -v            Print libbpf debug messages\n"
"  -h            Display this help and exit\n";