aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-07 01:23:15 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-07 01:23:15 +0000
commitae67a044f0a47225ddbf19b09eb70e9423528f05 (patch)
tree5ecdc149bf97eb77ae8234b130e67eaa3db5e80f /src/or/or.h
parent102ae79f252b2b0395c825ab520a6717b6a3183a (diff)
downloadtor-ae67a044f0a47225ddbf19b09eb70e9423528f05.tar
tor-ae67a044f0a47225ddbf19b09eb70e9423528f05.tar.gz
clean up some comments
svn:r8338
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f3ad5bd9f..01b489533 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)