From a6729d9454d0bc951ef5d16545fb053646d54a65 Mon Sep 17 00:00:00 2001 From: lukka Date: Sun, 18 Apr 1999 14:39:41 +0000 Subject: [PATCH] Another typo fix --- ChangeLog | 4 ++++ sysdeps/names/proctime.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") };