diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
commit | b7d6b8a39758b49a276fac9d83a8d925d00ae37d (patch) | |
tree | ab9a59eb728dae21fa3da6bc9a716948c1c88318 /src/or/routerlist.c | |
parent | 17ba6e76118b11548e623fe22a32f54cba9f6535 (diff) | |
download | tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.tar tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.tar.gz |
doxygeny goodness from tyranix
svn:r4262
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index a9cf703f5..c66fd0a7c 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -247,7 +247,7 @@ static void mark_all_trusteddirservers_up(void) { } } -/** Return 0 if \exists an authoritative dirserver that's currently +/** Return 0 if \\exists an authoritative dirserver that's currently * thought to be running, else return 1. */ int all_trusted_directory_servers_down(void) { |