Fixed a tyop

1999-07-11  Tomas Ogren  <stric@ing.umu.se>

* sysdeps/names/procmem.c: Fixed a tyop
This commit is contained in:
Tomas Ogren
1999-07-11 00:19:40 +00:00
committed by Tomas Ögren
parent 11e6109a4a
commit 995e9ffd47
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1999-07-11 Tomas Ogren <stric@ing.umu.se>
* sysdeps/names/procmem.c: Fixed a tyop
1999-06-22 Martin Baulig <martin@home-of-linux.org>
* configure.in: Some versions of Solaris require -lelf for -lkvm;

View File

@@ -54,7 +54,7 @@ const char *glibtop_descriptions_proc_mem[GLIBTOP_MAX_PROC_MEM] =
{
N_ ("Total # of pages of memory"),
N_ ("Number of pages of virtual memory"),
N_ ("Number of residnet set (non-swapped) pages"),
N_ ("Number of resident set (non-swapped) pages"),
N_ ("Number of pages of shared (mmap'd) memory"),
N_ ("Number of pages the process has in real memory, minus 3 "
"for administrative purposes. This is just the pages which "