From: teor Date: Thu, 25 Dec 2014 10:34:54 +0000 (+1100) Subject: Fix grammar in comment on running_long_enough_to_decide_unreachable X-Git-Tag: tor-0.2.6.2-alpha~13^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d199bdffecb83be684d8c7667d1880bd40243bc;p=thirdparty%2Ftor.git Fix grammar in comment on running_long_enough_to_decide_unreachable --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index a1d22b041f..45d12ed3b1 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -733,7 +733,7 @@ running_long_enough_to_decide_unreachable(void) } /** Each server needs to have passed a reachability test no more - * than this number of seconds ago, or he is listed as down in + * than this number of seconds ago, or it is listed as down in * the directory. */ #define REACHABLE_TIMEOUT (45*60)