diff options
Diffstat (limited to 'procps/mpstat.c')
-rw-r--r-- | procps/mpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/mpstat.c b/procps/mpstat.c index 455cdb1..1eabd8e 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c @@ -15,7 +15,7 @@ //config: bool "mpstat (10 kb)" //config: default y //config: help -//config: Per-processor statistics +//config: Per-processor statistics #include "libbb.h" #include <sys/utsname.h> /* struct utsname */ |