commit 08e575463a44c709600c2135acd8d9a3017a93bd
parent 2bfad42318288365a1a302a29a9960706cf38b37
Author: David Goulet <dgoulet@torproject.org>
Date: Wed, 23 Aug 2023 17:02:41 -0400
Merge branch 'maint-0.4.8'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <id>stream_id</id> is 0, apply the <b>block</b> state to all streams
+ * If <b>stream_id</b> 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