]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Comment fix.
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 20:44:24 +0000 (16:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 20:44:24 +0000 (16:44 -0400)
src/core/or/circuitlist.c

index 088540dea22e759dde4633d2fa4f9ed849bc748e..637feec8d0c64922384ea6351ea47d2331254cd3 100644 (file)
@@ -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)
 {