]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix grammar in comment on running_long_enough_to_decide_unreachable
authorteor <teor2345@gmail.com>
Thu, 25 Dec 2014 10:34:54 +0000 (21:34 +1100)
committerteor <teor2345@gmail.com>
Thu, 25 Dec 2014 13:54:10 +0000 (00:54 +1100)
src/or/dirserv.c

index a1d22b041fad22ed9135b00600e0b89e8537a807..45d12ed3b17b89db11c8cb78e51024cd737c3979 100644 (file)
@@ -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)