aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-07 21:26:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-07 21:26:09 +0000
commitf915a77386a1315a1c8d75de1238b117b577efad (patch)
tree4f55d7d0787902c7f65de2358acf0f08f00a5ec3
parent6d8ce170b0be743f761244f467cdaa5f4318638d (diff)
downloadbusybox-f915a77386a1315a1c8d75de1238b117b577efad.tar.gz
- do away with the comment that noted that the current implementation
unly supports linux.
-rw-r--r--miscutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 76baa574a..75a48c879 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -309,7 +309,7 @@ config CONFIG_TASKSET
bool "taskset"
default n
help
- Retrieve or set a processes's CPU affinity (on linux)
+ Retrieve or set a processes's CPU affinity
config CONFIG_TIME
bool "time"