Browse Source

comment tweak

svn:r17624
Roger Dingledine 16 years ago
parent
commit
2ad06eef11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/directory.c

+ 2 - 2
src/or/directory.c

@@ -290,8 +290,8 @@ directory_post_to_dirservers(uint8_t dir_purpose, uint8_t router_purpose,
 /** Start a connection to a random running directory server, using
  * connection purpose <b>dir_purpose</b>, intending to fetch descriptors
  * of purpose <b>router_purpose</b>, and requesting <b>resource</b>.
- * Use <b>pds_flags</b> as arguments to router_pick_directory_server
- * or router_pick_trusteddirserver.
+ * Use <b>pds_flags</b> as arguments to router_pick_directory_server()
+ * or router_pick_trusteddirserver().
  */
 void
 directory_get_from_dirserver(uint8_t dir_purpose, uint8_t router_purpose,