diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
commit | a985d306a1fb5533e6fd93dbbcc04e493a126de8 (patch) | |
tree | bb261f14ce5adb3c3281feb9c12c58c078155927 /procps | |
parent | 83177991c86dd49ac447225f33b84e1883ca49ee (diff) | |
download | busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.bz2 busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.zip |
- spelling fixes
Diffstat (limited to 'procps')
-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 37b6a0cdb..a47150ea7 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -450,7 +450,7 @@ static NOINLINE void display_process_list(int count, int scr_width) | |||
450 | #endif | 450 | #endif |
451 | 451 | ||
452 | scr_width += 2; /* account for leading '\n' and trailing NUL */ | 452 | scr_width += 2; /* account for leading '\n' and trailing NUL */ |
453 | /* Ok, all preliminary data is ready, go thru the list */ | 453 | /* Ok, all preliminary data is ready, go through the list */ |
454 | while (count-- > 0) { | 454 | while (count-- > 0) { |
455 | unsigned col; | 455 | unsigned col; |
456 | CALC_STAT(pmem, (s->vsz*pmem_scale + pmem_half) >> pmem_shift); | 456 | CALC_STAT(pmem, (s->vsz*pmem_scale + pmem_half) >> pmem_shift); |