summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-09-15 04:29:36 +0000
committerPeter Palfrader <peter@palfrader.org>2006-09-15 04:29:36 +0000
commit5beb114744272879ec05f9eb4cb499cd8eb9af98 (patch)
tree1c86a5afccc4539578af4a999cad6858b03d9569 /src
parente58b9c1151c0591a95ebb97e21db315698e0bb27 (diff)
downloadtor-5beb114744272879ec05f9eb4cb499cd8eb9af98.tar.gz
tor-5beb114744272879ec05f9eb4cb499cd8eb9af98.zip
r9767@danube: weasel | 2006-09-15 06:27:48 +0200
Minor documentation fix svn:r8397
Diffstat (limited to 'src')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index d70a0e951b..beab34d256 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2134,7 +2134,7 @@ add_networkstatus_to_cache(const char *s,
* store it, and put it into our cache as necessary.
*
* If <b>source</b> is NS_FROM_DIR or NS_FROM_CACHE, do not replace our
- * own networkstatus_t (if we're a directory server).
+ * own networkstatus_t (if we're an authoritative directory server).
*
* If <b>source</b> is NS_FROM_CACHE, do not write our networkstatus_t to the
* cache.