From 95525908bf5611a07d7992dd7e459f4dfb7076e2 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 7 Oct 1998 08:30:26 +0000 Subject: [PATCH] Fixed typo. --- sysdeps/names/proctime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/names/proctime.c b/sysdeps/names/proctime.c index 42dc17ef..a6e142b6 100644 --- a/sysdeps/names/proctime.c +++ b/sysdeps/names/proctime.c @@ -45,7 +45,7 @@ const char *glibtop_labels_proc_time [GLIBTOP_MAX_PROC_TIME] = const char *glibtop_descriptions_proc_time [GLIBTOP_MAX_PROC_TIME] = { N_("Start time of process in seconds since the epoch"), - N_("Read time accumulated by process (should be utime + stime)"), + N_("Real time accumulated by process (should be utime + stime)"), N_("user-mode CPU time accumulated by process"), N_("kernel-mode CPU time accumulated by process"), N_("cumulative utime of process and reaped children"),