diff --git a/ChangeLog b/ChangeLog index a98ab64b..dd2d47de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-18 Tuomas J. Lukka + + * Add missing comma in sysdeps/names/proctime.c + 1999-04-18 Tuomas J. Lukka * Add missing comma in sysdeps/names/cpu.c diff --git a/sysdeps/names/proctime.c b/sysdeps/names/proctime.c index ce91de24..db7c6af2 100644 --- a/sysdeps/names/proctime.c +++ b/sysdeps/names/proctime.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") };