]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix text in function comment
authorRoger Dingledine <arma@torproject.org>
Thu, 11 Apr 2013 05:11:25 +0000 (01:11 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 11 Apr 2013 05:11:25 +0000 (01:11 -0400)
(now that we moved to libevent)

src/or/connection.c

index 863964b4c3d3c47ae042c0bb660d69e82e8911b3..e3e212275dde1396c00c939973676151aebd489c 100644 (file)
@@ -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