mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user