summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-04-11 00:40:11 +0000
committerRoger Dingledine <arma@torproject.org>2009-04-11 00:40:11 +0000
commit7e32f0d5c8b4adf2a652d42e2751146669be40dc (patch)
treec1c1fd1f23130941e06daa033b66b2b54f15cacb
parent927d35a001fe16ece3e448f41d02319db9f7e2fa (diff)
downloadtor-7e32f0d5c8b4adf2a652d42e2751146669be40dc.tar.gz
tor-7e32f0d5c8b4adf2a652d42e2751146669be40dc.zip
fix a comment
svn:r19262
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index eda0fc31a9..13fe268da6 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1788,7 +1788,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
return -1;
}
- /* Sign the directory */
+ /* Sign the descriptor */
strlcpy(s+written, "router-signature\n", maxlen-written);
written += strlen(s+written);
s[written] = '\0';