From c56ba686d6d8c4967dcfbd59c25f449adfe2ab85 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 23 Aug 2023 16:41:36 -0400 Subject: [PATCH] typo: Fix a doxygen html unclosed tag Signed-off-by: David Goulet --- src/core/or/relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 stream_id is 0, apply the block state to all streams + * If stream_id is 0, apply the block state to all streams * in the stream list. If it is non-zero, only apply to that specific stream. */ static void