From: Sebastien GODARD Date: Mon, 20 May 2013 14:33:12 +0000 (+0200) Subject: Fix bad comments X-Git-Tag: v10.1.6~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741b1ef04057313800a1b4ae5cf8c9a80d0a269c;p=sysstat Fix bad comments I sometimes use the copy-and-paste function from my editor too rapidly... --- diff --git a/count.c b/count.c index 51dbc7c..75f0d5f 100644 --- a/count.c +++ b/count.c @@ -1,5 +1,5 @@ /* - * count.c: Read system statistics + * count.c: Count items for which statistics will be collected. * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/count.h b/count.h index 093e6e7..ded803a 100644 --- a/count.h +++ b/count.h @@ -1,5 +1,6 @@ /* - * count.h: Include file used to read system statistics + * count.h: Include file used to count items for which + * statistics will be collected. * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) */ diff --git a/pr_stats.c b/pr_stats.c index 85a3a20..6c198de 100644 --- a/pr_stats.c +++ b/pr_stats.c @@ -2406,7 +2406,7 @@ void stub_print_pwr_usb_stats(struct activity *a, int curr, int dispavg) /* *************************************************************************** - * Display memory and swap statistics. + * Display USB devices statistics. * * IN: * @a Activity structure with statistics. @@ -2423,7 +2423,7 @@ __print_funct_t print_pwr_usb_stats(struct activity *a, int prev, int curr, /* *************************************************************************** - * Display average memory statistics. + * Display average USB devices statistics. * * IN: * @a Activity structure with statistics.