summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/or/relay.c2
1 files changed, 1 insertions, 1 deletions
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 <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