diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-06-27 18:11:32 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-06-27 08:19:06 -1000 |
commit | f97dcd0fcf7a95aaf448a9d1a7ed6c95e16dfcdb (patch) | |
tree | f77476f82d6eb1c0a13da9186cb23f0fc9d21d4b /tools/sched_ext | |
parent | eb4a3b629b4d61e83dc49541185100a297a7e6ba (diff) |
sched_ext: Fix spelling mistake: "intead" -> "instead"
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>
Diffstat (limited to 'tools/sched_ext')
-rw-r--r-- | tools/sched_ext/scx_qmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sched_ext/scx_qmap.c b/tools/sched_ext/scx_qmap.c index 4d41c0cb1dab..e4e3ecffc4cf 100644 --- a/tools/sched_ext/scx_qmap.c +++ b/tools/sched_ext/scx_qmap.c @@ -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"; |