diff options
author | teor <teor2345@gmail.com> | 2017-09-19 14:19:20 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-09-19 14:30:09 +1000 |
commit | 228d782229dea07e225cd2d00cc108790866cb26 (patch) | |
tree | 70f2c0d4481667021b1b789615f6ad2e02d6721c /src/or | |
parent | d6568bad5e12af0e202f82c3ca86ae9aaeb443e4 (diff) | |
download | tor-228d782229dea07e225cd2d00cc108790866cb26.tar.gz tor-228d782229dea07e225cd2d00cc108790866cb26.zip |
Improve comments formatting in connection.c
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index b831d231b0..2d3623c930 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -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. */ |