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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index c9319a6f..82fddc62 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -385,7 +385,7 @@ const struct rate_ctr *rate_ctr_get_by_name(const struct rate_ctr_group *ctrg, c
}
/*! Iterate over each counter in group and call function
- * \param[in] counter group over whose counter to iterate
+ * \param[in] ctrg counter group over which to iterate
* \param[in] handle_counter function pointer
* \param[in] data Data to hand transparently to \ref handle_counter
* \returns 0 on success; negative otherwise