- spelling fixes

This commit is contained in:
Bernhard Reutner-Fischer
2008-02-11 11:44:38 +00:00
parent 83177991c8
commit a985d306a1
10 changed files with 17 additions and 17 deletions

View File

@@ -450,7 +450,7 @@ static NOINLINE void display_process_list(int count, int scr_width)
#endif
scr_width += 2; /* account for leading '\n' and trailing NUL */
/* Ok, all preliminary data is ready, go thru the list */
/* Ok, all preliminary data is ready, go through the list */
while (count-- > 0) {
unsigned col;
CALC_STAT(pmem, (s->vsz*pmem_scale + pmem_half) >> pmem_shift);