From: David Goulet Date: Wed, 23 Aug 2023 21:02:13 +0000 (-0400) Subject: doxygen: Typo fix in relay.c comment X-Git-Tag: tor-0.4.8.5~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97d3cf395066977a5c89fe13093f334ab8b3a0e0;p=thirdparty%2Ftor.git doxygen: Typo fix in relay.c comment HTML in comment, what a bad idea... Signed-off-by: David Goulet --- diff --git a/src/core/or/relay.c b/src/core/or/relay.c index f49a428750..87f8053686 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