diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-23 17:02:13 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-23 17:02:25 -0400 |
commit | 97d3cf395066977a5c89fe13093f334ab8b3a0e0 (patch) | |
tree | aae4ad68fcef040c8ad97b53fe37d274fc36a36c /src | |
parent | c56ba686d6d8c4967dcfbd59c25f449adfe2ab85 (diff) | |
download | tor-97d3cf395066977a5c89fe13093f334ab8b3a0e0.tar.gz tor-97d3cf395066977a5c89fe13093f334ab8b3a0e0.zip |
doxygen: Typo fix in relay.c comment
HTML in comment, what a bad idea...
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |