Another 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/proctime.c
|
||||
|
||||
1999-04-18 Tuomas J. Lukka <lukka@iki.fi>
|
||||
|
||||
* Add missing comma in sysdeps/names/cpu.c
|
||||
|
||||
@@ -62,6 +62,6 @@ const char *glibtop_descriptions_proc_time[GLIBTOP_MAX_PROC_TIME] =
|
||||
"to the process due to an interval timer."),
|
||||
N_ ("Tick frequency"),
|
||||
N_ ("SMP user-mode CPU time accumulated by process"),
|
||||
N_ ("SMP kernel-mode CPU time accumulated by process")
|
||||
N_ ("SMP kernel-mode CPU time accumulated by process"),
|
||||
N_ ("SMP CPU Flags")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user