summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/statistics.h
diff options
context:
space:
mode:
authorKaterina Barone-Adesi <kat.obsc@gmail.com>2013-02-15 13:27:59 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-02-15 13:27:59 +0100
commitc28c6a02d224ed74878fe4899870d693de15f54d (patch)
tree00b671cd75e4286e323c8ca33899d57821292a50 /include/osmocom/core/statistics.h
parenta5007dbdc59e46c09a2ac6c52fc53a7712812cd9 (diff)
misc: Doxygen tweaks: fixed some typos and minor errors
Doxygen generates quite a lot of warnings on libosmocore. Some of them are obvious typos - this patch aims to fix such low-hanging fruit.
Diffstat (limited to 'include/osmocom/core/statistics.h')
-rw-r--r--include/osmocom/core/statistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/statistics.h b/include/osmocom/core/statistics.h
index 04816c16..ade00748 100644
--- a/include/osmocom/core/statistics.h
+++ b/include/osmocom/core/statistics.h
@@ -34,7 +34,7 @@ static inline void osmo_counter_reset(struct osmo_counter *ctr)
struct osmo_counter *osmo_counter_alloc(const char *name);
/*! \brief Free the specified counter
- * \param[ctr] Counter
+ * \param[in] ctr Counter
*/
void osmo_counter_free(struct osmo_counter *ctr);