aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
commit9f733c31ccd4dda36b80353aea4c930df0f6eb83 (patch)
tree7709c188cbfdef2c8acb9ae1ed32cc125577362a /src/or/dns.c
parent36620ca0567561ddda6f867440119e705409b3fa (diff)
downloadtor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar
tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar.gz
minor cleanups
svn:r9387
Diffstat (limited to 'src/or/dns.c')
-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 537d5ff80..19397e535 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -321,7 +321,7 @@ dns_free_all(void)
if (cached_resolve_pqueue) {
SMARTLIST_FOREACH(cached_resolve_pqueue, cached_resolve_t *, res,
{
- /* XXXX012 The hach lookups here could be quite slow; remove them
+ /* XXXX012 The hash lookups here could be quite slow; remove them
* once we're happy. */
if (res->state == CACHE_STATE_DONE) {
cached_resolve_t *removed = HT_REMOVE(cache_map, &cache_root, res);