diff options
author | Elliott Hughes <enh@google.com> | 2019-02-22 19:37:24 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-23 08:27:32 -0600 |
commit | 42af2e52e771dd7bf8be6fd1119520d492bb4b3f (patch) | |
tree | 313385b3e7ac5f05f698d007162242ecc27c1927 /toys/other | |
parent | aa5ddae1bae1b0cfdef15c3c1cd20b4cee97c182 (diff) | |
download | toybox-42af2e52e771dd7bf8be6fd1119520d492bb4b3f.tar.gz |
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.
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/losetup.c | 2 | ||||
-rw-r--r-- | toys/other/taskset.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/losetup.c b/toys/other/losetup.c index f4ab752c..d77a9500 100644 --- a/toys/other/losetup.c +++ b/toys/other/losetup.c @@ -26,7 +26,7 @@ config LOSETUP new: -s Show device name (alias --show) - -o Start assocation at OFFSET into FILE + -o Start association at OFFSET into FILE -r Read only -S Limit SIZE of loopback association (alias --sizelimit) */ 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. |