From ae67a044f0a47225ddbf19b09eb70e9423528f05 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 7 Sep 2006 01:23:15 +0000 Subject: [PATCH] clean up some comments svn:r8338 --- src/or/dns.c | 2 +- src/or/or.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/dns.c b/src/or/dns.c index 530b5e8043..a8771f0237 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -674,7 +674,7 @@ dns_cancel_pending_resolve(char *address) } /** Helper: adds an entry to the DNS cache mapping address to the ipv4 - * address 'addr'. 'ttl is a cache ttl; 'outcome' is one of + * address addr. ttl is a cache ttl; outcome is one of * DNS_RESOLVE_{FAILED_TRANSIENT|FAILED_PERMANENT|SUCCEEDED}. */ static void add_answer_to_cache(const char *address, uint32_t addr, char outcome, diff --git a/src/or/or.h b/src/or/or.h index f3ad5bd9fa..01b489533e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1559,8 +1559,8 @@ typedef struct { char *VirtualAddrNetwork; /**< Address and mask to hand out for virtual * MAPADDRESS requests. */ - int SearchDomains; /**< If provided, we don't force exit addresses to be - * fqdns, but rather search for them in the local + int SearchDomains; /**< Boolean: If set, we don't force exit addresses to + * be FQDNs, but rather search for them in the local * domains. */ char *ResolvConf; /**< If provided, we configure our internal resolver from * the file here rather than from /etc/resolv.conf (unix)