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>
This commit is contained in:
David Goulet
2020-07-14 09:09:14 -04:00
parent 29a474294c
commit 852cf9b2e2
+1 -1
View File
@@ -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)