]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doxygen: Typo fix in relay.c comment
authorDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 21:02:13 +0000 (17:02 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 21:02:25 +0000 (17:02 -0400)
HTML in comment, what a bad idea...

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/core/or/relay.c

index f49a4287503a69b66b4c4d874d2c0c28a669aab5..87f805368659905ef8d348cc6ded7a13bd634ebc 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 <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