diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-26 08:16:30 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-03-03 14:35:01 +0200 |
commit | 9a7b10e23fd7e3d1c7e0c8e14ffbea166ef3429a (patch) | |
tree | 2965b9aff183c4805dc2a5cede0323be0d2883f8 /src/feature/dirauth/voting_schedule.c | |
parent | c705c8cf1bf12149543a83fa3bf40023e1385bb9 (diff) | |
download | tor-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.c | 5 |
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" |