mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Improve comments formatting in connection.c
This commit is contained in:
parent
d6568bad5e
commit
228d782229
@ -812,7 +812,7 @@ connection_mark_for_close_(connection_t *conn, int line, const char *file)
|
||||
* CONN_TYPE_OR checks; this should be called when you either are sure that
|
||||
* if this is an or_connection_t the controlling channel has been notified
|
||||
* (e.g. with connection_or_notify_error()), or you actually are the
|
||||
* connection_or_close_for_error() or connection_or_close_normally function.
|
||||
* connection_or_close_for_error() or connection_or_close_normally() function.
|
||||
* For all other cases, use connection_mark_and_flush() instead, which
|
||||
* checks for or_connection_t properly, instead. See below.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user