commit 852cf9b2e272a7d338510f1edf17f7cd5b0d6938
parent 29a474294c968218576ec6d912a94b8187a1e47b
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 14 Jul 2020 09:09:14 -0400
conn: Fix doxygen comment in connstats.c
Issue found by our CI:
https://travis-ci.org/github/torproject/tor/jobs/707731598#L6059
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/stats/connstats.c b/src/feature/stats/connstats.c
@@ -139,7 +139,7 @@ conn_stats_terminate(void)
}
/**
- * Record a single entry @a ent in the counts structure @cnt.
+ * Record a single entry @a ent in the counts structure @a cnt.
*/
static void
add_entry_to_count(conn_counts_t *cnt, const bidi_map_entry_t *ent)