]> granicus.if.org Git - sysstat/commitdiff
Fix bad comments
authorSebastien GODARD <sysstat@orange.fr.fake>
Mon, 20 May 2013 14:33:12 +0000 (16:33 +0200)
committerSebastien GODARD <sysstat@orange.fr.fake>
Mon, 20 May 2013 14:33:12 +0000 (16:33 +0200)
I sometimes use the copy-and-paste function from my editor too
rapidly...

count.c
count.h
pr_stats.c

diff --git a/count.c b/count.c
index 51dbc7cb3314c39754696ab31b68c70c7a6300c9..75f0d5f9eda37835ddd73eb149bd9cff903ffa9e 100644 (file)
--- 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 <at> orange.fr)
  *
  ***************************************************************************
diff --git a/count.h b/count.h
index 093e6e7b938504d60766432a519fe786c7620edd..ded803a7dfe6a62b4e400168f747ee9c20d4bbae 100644 (file)
--- 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 <at> orange.fr)
  */
 
index 85a3a2082141bf6105e68391013cd16b1a268284..6c198debc32fb76cd19125bf54d5a9196598acf1 100644 (file)
@@ -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.