From e047ee59bfdd0f97f6d241628d804d5dd1ff1841 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Fri, 4 Nov 2005 06:11:58 +0000 Subject: [PATCH] Clarify headings in description git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@21944 72102866-910b-0410-8b05-ffd578937521 --- GSThroughput.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSThroughput.m b/GSThroughput.m index 76d6e6b..683ca66 100644 --- a/GSThroughput.m +++ b/GSThroughput.m @@ -469,7 +469,7 @@ typedef struct { { if (my->second > 0) { - [m appendString: @"\nCurrent minute:\n"]; + [m appendString: @"\nSeconds in current minute:\n"]; for (i = 0; i < my->second; i++) { DInfo *info = &dseconds[i]; @@ -483,7 +483,7 @@ typedef struct { if (my->minute > 0) { - [m appendString: @"\nCurrent period:\n"]; + [m appendString: @"\nPrevious minutes in current period:\n"]; for (i = 0; i < my->minute; i++) { DInfo *info = &dminutes[i];