[PATCH][next] sched_ext: Fix spelling mistake: "intead" -> "instead"

Colin Ian King posted 1 patch 1 year, 5 months ago
tools/sched_ext/scx_qmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] sched_ext: Fix spelling mistake: "intead" -> "instead"
Posted by Colin Ian King 1 year, 5 months ago
There is a spelling mistake in the help text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/sched_ext/scx_qmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
 
-- 
2.39.2
Re: [PATCH][next] sched_ext: Fix spelling mistake: "intead" -> "instead"
Posted by Tejun Heo 1 year, 5 months ago
On Thu, Jun 27, 2024 at 06:11:32PM +0100, Colin Ian King wrote:
> There is a spelling mistake in the help text. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied to sched_ext/for-6.11.

Thanks.

-- 
tejun