[tor-commits] [tor/master] Comment fix.

nickm at torproject.org nickm at torproject.org
Tue Sep 18 20:44:27 UTC 2018


commit 119159677be14351ebcae647d3988f4f2fd9eb72
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Sep 18 16:44:24 2018 -0400

    Comment fix.
---
 src/core/or/circuitlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/circuitlist.c b/src/core/or/circuitlist.c
index 088540dea..637feec8d 100644
--- a/src/core/or/circuitlist.c
+++ b/src/core/or/circuitlist.c
@@ -2421,7 +2421,7 @@ n_cells_in_circ_queues(const circuit_t *c)
   return n;
 }
 
-/** Return the number of bytes allocated for <b>c</c>'s half-open streams. */
+/** Return the number of bytes allocated for <b>c</b>'s half-open streams. */
 static size_t
 circuit_alloc_in_half_streams(const circuit_t *c)
 {



More information about the tor-commits mailing list