summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-08-03 05:35:42 +0000
committerRoger Dingledine <arma@torproject.org>2008-08-03 05:35:42 +0000
commitfd4a30d198e2ff166b0fcee9243923eb1b58fcd4 (patch)
treeecc50e293f16f63c04cac6e0acd70417cde0ab72 /src/or/or.h
parentbf066be6546f05cd59c54f994f9d32e012817a73 (diff)
downloadtor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.tar.gz
tor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.zip
bump to 0.2.1.3-alphator-0.2.1.3-alpha
svn:r16369
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 9777bc6233..14f032fdd8 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -881,7 +881,7 @@ typedef struct connection_t {
const char *marked_for_close_file; /**< For debugging: in which file were
* we marked for close? */
char *address; /**< FQDN (or IP) of the guy on the other end.
- * strdup into this, because free_connection frees it. */
+ * strdup into this, because free_connection() frees it. */
/** Another connection that's connected to this one in lieu of a socket. */
struct connection_t *linked_conn;