diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 14a3870a1..06a84c90c 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -448,7 +448,7 @@ int top_main(int argc, char **argv) | |||
448 | memcpy(top + n, p, sizeof(procps_status_t)); | 448 | memcpy(top + n, p, sizeof(procps_status_t)); |
449 | } | 449 | } |
450 | if (ntop == 0) { | 450 | if (ntop == 0) { |
451 | bb_error_msg_and_die("Can't find process info in /proc"); | 451 | bb_error_msg_and_die("can't find process info in /proc"); |
452 | } | 452 | } |
453 | #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE | 453 | #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE |
454 | if (!prev_hist_count) { | 454 | if (!prev_hist_count) { |