]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sched_ext: Fix spelling mistake: "intead" -> "instead"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 27 Jun 2024 17:11:32 +0000 (18:11 +0100)
committerTejun Heo <tj@kernel.org>
Thu, 27 Jun 2024 18:19:06 +0000 (08:19 -1000)
There is a spelling mistake in the help text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/scx_qmap.c

index 4d41c0cb1dab146e632310909ad0aa83e0ad7148..e4e3ecffc4cf3ae59a5ef932a3ec0bb497fbd176 100644 (file)
@@ -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";