From f20a73fe171aa3c96aed44950e1187a4849e207d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 14 Nov 2004 04:55:02 +0000 Subject: [PATCH] clean a comment svn:r2844 --- trunk/src/or/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/src/or/main.c b/trunk/src/or/main.c index 484461a504..bbe48fd052 100644 --- a/trunk/src/or/main.c +++ b/trunk/src/or/main.c @@ -593,7 +593,8 @@ static void run_scheduled_events(time_t now) { time_to_fetch_directory = now + options->DirFetchPostPeriod; } - /* 2b. Once per minute, regenerate and upload the descriptor if it is wrong */ + /* 2b. Once per minute, regenerate and upload the descriptor if the old + * one is inaccurate. */ if (time_to_check_descriptor < now) { time_to_check_descriptor = now + CHECK_DESCRIPTOR_INTERVAL; if (decide_if_publishable_server(now)) {