summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-07-31 05:10:05 -0400
committerRoger Dingledine <arma@torproject.org>2012-07-31 05:10:05 -0400
commit1004489354685e7fe27df7fe7fdb9cc94f2d7d2d (patch)
tree72b66dded241d547349cb00bdd1e5d64c556acf0
parent692005b38d3607f53d9fb605a6b4584553417ad9 (diff)
downloadtor-1004489354685e7fe27df7fe7fdb9cc94f2d7d2d.tar.gz
tor-1004489354685e7fe27df7fe7fdb9cc94f2d7d2d.zip
trivial grammar fix
-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 02447ece81..da11668c6d 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.
*