From 42af2e52e771dd7bf8be6fd1119520d492bb4b3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Feb 2019 19:37:24 -0800 Subject: Bumper typo cleanup. Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo. --- toys/other/taskset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/taskset.c') diff --git a/toys/other/taskset.c b/toys/other/taskset.c index 89fd5283..6a9de77f 100644 --- a/toys/other/taskset.c +++ b/toys/other/taskset.c @@ -22,7 +22,7 @@ config TASKSET usage: taskset [-ap] [mask] [PID | cmd [args...]] Launch a new task which may only run on certain processors, or change - the processor affinity of an exisitng PID. + the processor affinity of an existing PID. Mask is a hex string where each bit represents a processor the process is allowed to run on. PID without a mask displays existing affinity. -- cgit v1.2.3