[tor-commits] [tor/master] conn: Fix doxygen comment in connstats.c

dgoulet at torproject.org dgoulet at torproject.org
Tue Jul 14 13:13:06 UTC 2020


commit 852cf9b2e272a7d338510f1edf17f7cd5b0d6938
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue Jul 14 09:09:14 2020 -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 at torproject.org>
---
 src/feature/stats/connstats.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/stats/connstats.c b/src/feature/stats/connstats.c
index f0c786efb3..827a332be1 100644
--- 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)



More information about the tor-commits mailing list