diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-07 01:23:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-07 01:23:15 +0000 |
commit | ae67a044f0a47225ddbf19b09eb70e9423528f05 (patch) | |
tree | 5ecdc149bf97eb77ae8234b130e67eaa3db5e80f /src/or/dns.c | |
parent | 102ae79f252b2b0395c825ab520a6717b6a3183a (diff) | |
download | tor-ae67a044f0a47225ddbf19b09eb70e9423528f05.tar.gz tor-ae67a044f0a47225ddbf19b09eb70e9423528f05.zip |
clean up some comments
svn:r8338
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 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 <b>address</b> to the ipv4 - * address 'addr'. 'ttl is a cache ttl; 'outcome' is one of + * address <b>addr</b>. <b>ttl</b> is a cache ttl; <b>outcome</b> is one of * DNS_RESOLVE_{FAILED_TRANSIENT|FAILED_PERMANENT|SUCCEEDED}. */ static void add_answer_to_cache(const char *address, uint32_t addr, char outcome, |