Typo fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user