From: Roger Dingledine Date: Sat, 11 Apr 2009 00:40:11 +0000 (+0000) Subject: fix a comment X-Git-Tag: tor-0.2.1.14-rc~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e32f0d5c8b4adf2a652d42e2751146669be40dc;p=thirdparty%2Ftor.git fix a comment svn:r19262 --- 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';