From ffce9d3368bc3a91a80ffd37fd2c4ba8305ad4b5 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 17 Sep 2007 21:59:07 +0000 Subject: [PATCH] trivial doxygen thing svn:r11463 --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 50bdc1267b..9743776e28 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1502,7 +1502,7 @@ should_generate_v2_networkstatus(void) * network using allegedly high-uptime nodes, displacing all the * current guards. */ #define UPTIME_TO_GUARANTEE_STABLE (3600*24*30) -/* If a router's MTBF is at least this value, then it is always stable. +/** If a router's MTBF is at least this value, then it is always stable. * See above. */ #define MTBF_TO_GUARANTEE_STABLE (60*60*24*10) /** Similarly, we protect sufficiently fast nodes from being pushed