summaryrefslogtreecommitdiffstats
path: root/src/rate_ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rate_ctr.c')
-rw-r--r--src/rate_ctr.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index 068d491d..2985bbb0 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -1,5 +1,3 @@
-/* utility routines for keeping conters about events and the event rates */
-
/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
*
* All Rights Reserved
@@ -22,11 +20,9 @@
/*! \addtogroup rate_ctr
* @{
- * conters about events and their event rates
- */
-
-/*! \file rate_ctr.c */
-
+ * Counters about events and their event rates.
+ *
+ * \file rate_ctr.c */
#include <stdint.h>
#include <string.h>