diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-19 20:00:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-19 20:00:53 +0000 |
commit | a1f2817307ee2d4b4754db1d76f96f8019f5e857 (patch) | |
tree | 7418d40783ec291a21d46db8f88e6d96e0f2658b /src/or/connection_or.c | |
parent | 250590b9e7ed100ea406c86a048d9547d09a536f (diff) | |
download | tor-a1f2817307ee2d4b4754db1d76f96f8019f5e857.tar.gz tor-a1f2817307ee2d4b4754db1d76f96f8019f5e857.zip |
minor cleanups
svn:r13190
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index c639649de1..144d0acf5b 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -911,7 +911,7 @@ connection_or_set_state_open(or_connection_t *conn) /** Pack <b>cell</b> into wire-format, and write it onto <b>conn</b>'s outbuf. * For cells that use or affect a circuit, this should only be called by - * connection_or_flush_from_first_active_circuit() + * connection_or_flush_from_first_active_circuit(). */ void connection_or_write_cell_to_buf(const cell_t *cell, or_connection_t *conn) |