aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-18 16:44:24 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-18 16:44:24 -0400
commit119159677be14351ebcae647d3988f4f2fd9eb72 (patch)
treea0bdfa05ed57532adcc8b8087ceebf10050f24d3 /src/core/or/circuitlist.c
parent88a93ccc7bdae432e07eac1e9b6ad4224f370b91 (diff)
downloadtor-119159677be14351ebcae647d3988f4f2fd9eb72.tar.gz
tor-119159677be14351ebcae647d3988f4f2fd9eb72.zip
Comment fix.
Diffstat (limited to 'src/core/or/circuitlist.c')
-rw-r--r--src/core/or/circuitlist.c2
1 files changed, 1 insertions, 1 deletions
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 <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)
{