diff options
author | Roger Dingledine <arma@torproject.org> | 2013-04-11 01:11:25 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-04-11 01:11:25 -0400 |
commit | 8e7226cf7f1f14032158c0c057050c0ac87740e6 (patch) | |
tree | f899810ce6225546d6e6f3d947fb0ad77ef46195 /src/or/connection.c | |
parent | 5d4f43eb4ac1ed28d32ee2744662e6038d072495 (diff) | |
download | tor-8e7226cf7f1f14032158c0c057050c0ac87740e6.tar.gz tor-8e7226cf7f1f14032158c0c057050c0ac87740e6.zip |
fix text in function comment
(now that we moved to libevent)
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 863964b4c3..e3e212275d 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -3377,8 +3377,8 @@ connection_outbuf_too_full(connection_t *conn) /** Try to flush more bytes onto <b>conn</b>-\>s. * - * This function gets called either from conn_write() in main.c - * when poll() has declared that conn wants to write, or below + * This function gets called either from conn_write_callback() in main.c + * when libevent tells us that conn wants to write, or below * from connection_write_to_buf() when an entire TLS record is ready. * * Update <b>conn</b>-\>timestamp_lastwritten to now, and call flush_buf |