This commit is contained in:
lukka
1999-04-18 14:31:43 +00:00
parent 5c3775c6ee
commit 57f7039795
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1999-04-18 Tuomas J. Lukka <lukka@iki.fi>
* Add missing comma in sysdeps/names/cpu.c
1999-04-18 Martin Baulig <martin@home-of-linux.org>
Thanks to Drazen Kacar for pointing out that not all processors must

View File

@@ -52,7 +52,7 @@ const char *glibtop_labels_cpu[GLIBTOP_MAX_CPU] =
N_ ("SMP CPU Time in User Mode"),
N_ ("SMP CPU Time in User Mode (nice)"),
N_ ("SMP CPU Time in System Mode"),
N_ ("SMP CPU Time in the Idle Task")
N_ ("SMP CPU Time in the Idle Task"),
N_ ("SMP CPU Flags")
};