]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean a comment
authorRoger Dingledine <arma@torproject.org>
Sun, 14 Nov 2004 04:55:02 +0000 (04:55 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 14 Nov 2004 04:55:02 +0000 (04:55 +0000)
svn:r2844

src/or/main.c

index 484461a504d282902a892cfa25d965a805c2e0e3..bbe48fd052149d765bbe6d28ba3a0626166feb28 100644 (file)
@@ -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)) {