aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-08-06 02:20:51 -0400
committerRoger Dingledine <arma@torproject.org>2014-08-06 02:20:51 -0400
commit0c869af7f8626cc74a7b82d0c0d6192cbb796d02 (patch)
treed79bdafb433ba7271fba344934e0df0e97b5c1b6 /src/or/routerlist.c
parent74a8555d2be2ce9d33e9814212e5de49ba089274 (diff)
downloadtor-0c869af7f8626cc74a7b82d0c0d6192cbb796d02.tar.gz
tor-0c869af7f8626cc74a7b82d0c0d6192cbb796d02.zip
fix three typos in comments
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 8f3477a4a4..b5e924522e 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -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 *