From: Nick Mathewson Date: Tue, 18 Sep 2018 20:44:24 +0000 (-0400) Subject: Comment fix. X-Git-Tag: tor-0.3.5.2-alpha~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=119159677be14351ebcae647d3988f4f2fd9eb72;p=thirdparty%2Ftor.git Comment fix. --- diff --git a/src/core/or/circuitlist.c b/src/core/or/circuitlist.c index 088540dea2..637feec8d0 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 c's half-open streams. */ +/** Return the number of bytes allocated for c's half-open streams. */ static size_t circuit_alloc_in_half_streams(const circuit_t *c) {