aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/voting_schedule.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-26 08:16:30 -0500
committerGeorge Kadianakis <desnacked@riseup.net>2020-03-03 14:35:01 +0200
commit9a7b10e23fd7e3d1c7e0c8e14ffbea166ef3429a (patch)
tree2965b9aff183c4805dc2a5cede0323be0d2883f8 /src/feature/dirauth/voting_schedule.c
parentc705c8cf1bf12149543a83fa3bf40023e1385bb9 (diff)
downloadtor-9a7b10e23fd7e3d1c7e0c8e14ffbea166ef3429a.tar.gz
tor-9a7b10e23fd7e3d1c7e0c8e14ffbea166ef3429a.zip
Comment updates from review.
Diffstat (limited to 'src/feature/dirauth/voting_schedule.c')
-rw-r--r--src/feature/dirauth/voting_schedule.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/feature/dirauth/voting_schedule.c b/src/feature/dirauth/voting_schedule.c
index ddb2c4bb07..efc4a0b316 100644
--- a/src/feature/dirauth/voting_schedule.c
+++ b/src/feature/dirauth/voting_schedule.c
@@ -3,9 +3,8 @@
/**
* \file voting_schedule.c
- * \brief This file contains functions that are from the directory authority
- * subsystem related to voting specifically but used by many part of
- * tor. The full feature is built as part of the dirauth module.
+ * \brief Compute information about our voting schedule as a directory
+ * authority.
**/
#include "feature/dirauth/voting_schedule.h"