aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/relay.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-08-23 16:41:36 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-08-23 16:41:36 -0400
commitc56ba686d6d8c4967dcfbd59c25f449adfe2ab85 (patch)
tree78a64adc0ce782e5604b41539186d5d439a67450 /src/core/or/relay.c
parent0e745d561de96b334cf9c74f06e96b7c37647a67 (diff)
downloadtor-c56ba686d6d8c4967dcfbd59c25f449adfe2ab85.tar.gz
tor-c56ba686d6d8c4967dcfbd59c25f449adfe2ab85.zip
typo: Fix a doxygen html unclosed tag
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/core/or/relay.c')
-rw-r--r--src/core/or/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/relay.c b/src/core/or/relay.c
index 893daa09fd..f49a428750 100644
--- a/src/core/or/relay.c
+++ b/src/core/or/relay.c
@@ -3056,7 +3056,7 @@ set_circuit_blocked_on_chan(circuit_t *circ, channel_t *chan, int block)
/**
* Helper function to block or unblock streams in a stream list.
*
- * If <b>stream_id</id> is 0, apply the <b>block</b> state to all streams
+ * If <id>stream_id</id> is 0, apply the <b>block</b> state to all streams
* in the stream list. If it is non-zero, only apply to that specific stream.
*/
static void