Forráskód Böngészése

fix a comment

svn:r19262
Roger Dingledine 16 éve
szülő
commit
7e32f0d5c8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/or/router.c

+ 1 - 1
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';