]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a comment
authorRoger Dingledine <arma@torproject.org>
Sat, 11 Apr 2009 00:40:11 +0000 (00:40 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 11 Apr 2009 00:40:11 +0000 (00:40 +0000)
svn:r19262

src/or/router.c

index eda0fc31a934ecffec2990534b3a1a053e5bc82d..13fe268da68f1fe1ec87fba957cff90901c068d3 100644 (file)
@@ -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';