Another typo fix

This commit is contained in:
lukka
1999-04-18 14:39:41 +00:00
parent 57f7039795
commit a6729d9454
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/proctime.c
1999-04-18 Tuomas J. Lukka <lukka@iki.fi>
* Add missing comma in sysdeps/names/cpu.c

View File

@@ -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")
};