]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo: Fix a doxygen html unclosed tag
authorDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 20:41:36 +0000 (16:41 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 20:41:36 +0000 (16:41 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/or/relay.c

index 893daa09fd025048edd4a5d094697953f121aab5..f49a4287503a69b66b4c4d874d2c0c28a669aab5 100644 (file)
@@ -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