aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-07-31 05:10:23 -0400
committerRoger Dingledine <arma@torproject.org>2012-07-31 05:10:23 -0400
commit1049d315d7055cb98095001cb5fefae0f40d36de (patch)
treeba057d25101caa284420b9513902ea3786ac71cf /src
parent08e65ce04fbc68389095c627ae752a9784f5739a (diff)
parent1004489354685e7fe27df7fe7fdb9cc94f2d7d2d (diff)
downloadtor-1049d315d7055cb98095001cb5fefae0f40d36de.tar
tor-1049d315d7055cb98095001cb5fefae0f40d36de.tar.gz
Merge branch 'maint-0.2.3'
Diffstat (limited to 'src')
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 02447ece8..da11668c6 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -567,7 +567,7 @@ send_resolved_hostname_cell(edge_connection_t *conn, const char *hostname)
// log_notice(LD_EXIT, "Sent");
}
-/** See if we have a cache entry for <b>exitconn</b>-\>address. if so,
+/** See if we have a cache entry for <b>exitconn</b>-\>address. If so,
* if resolve valid, put it into <b>exitconn</b>-\>addr and return 1.
* If resolve failed, free exitconn and return -1.
*