mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
doxygen: Typo fix in relay.c comment
HTML in comment, what a bad idea... Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
c56ba686d6
commit
97d3cf3950
@ -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.
|
* 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.
|
* in the stream list. If it is non-zero, only apply to that specific stream.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user