mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix three typos in comments
This commit is contained in:
parent
74a8555d2b
commit
0c869af7f8
@ -349,7 +349,7 @@ should_use_directory_guards(const or_options_t *options)
|
||||
return 1;
|
||||
}
|
||||
|
||||
/** Pick an unconsetrained directory server from among our guards, the latest
|
||||
/** Pick an unconstrained directory server from among our guards, the latest
|
||||
* networkstatus, or the fallback dirservers, for use in downloading
|
||||
* information of type <b>type</b>, and return its routerstatus. */
|
||||
static const routerstatus_t *
|
||||
|
@ -1365,7 +1365,7 @@ router_pick_trusteddirserver(dirinfo_type_t type, int flags)
|
||||
return router_pick_dirserver_generic(trusted_dir_servers, type, flags);
|
||||
}
|
||||
|
||||
/** Try to find a running fallback directory Flags are as for
|
||||
/** Try to find a running fallback directory. Flags are as for
|
||||
* router_pick_directory_server.
|
||||
*/
|
||||
const routerstatus_t *
|
||||
@ -1374,7 +1374,7 @@ router_pick_fallback_dirserver(dirinfo_type_t type, int flags)
|
||||
return router_pick_dirserver_generic(fallback_dir_servers, type, flags);
|
||||
}
|
||||
|
||||
/** Try to find a running fallback directory Flags are as for
|
||||
/** Try to find a running fallback directory. Flags are as for
|
||||
* router_pick_directory_server.
|
||||
*/
|
||||
static const routerstatus_t *
|
||||
|
Loading…
Reference in New Issue
Block a user