]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
trivial grammar fix
authorRoger Dingledine <arma@torproject.org>
Tue, 31 Jul 2012 09:10:05 +0000 (05:10 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 31 Jul 2012 09:10:05 +0000 (05:10 -0400)
src/or/dns.c

index 02447ece81bd40d8e67ed8cfb66046ddbc486a55..da11668c6d5170d56b1bf556cc047dd8cf9d1c10 100644 (file)
@@ -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.
  *