From a985d306a1fb5533e6fd93dbbcc04e493a126de8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 11 Feb 2008 11:44:38 +0000 Subject: - spelling fixes --- procps/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps') 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) #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); -- cgit v1.2.3