summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-17 08:25:09 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-17 08:25:09 -0500
commit648e1afc330ca32ad8f0b29c584bf38afefa85ea (patch)
treee9853ae8afc763a4e5a6e89468191687ce16d0ff
parent1bdbb4e9eb68506dd17cfe7b93bdc7d5496c2eae (diff)
downloadtor-648e1afc330ca32ad8f0b29c584bf38afefa85ea.tar.gz
tor-648e1afc330ca32ad8f0b29c584bf38afefa85ea.zip
fix a stray asterisk in a comment
-rw-r--r--src/feature/dirauth/dirauth_options.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc
index 575151733f..5939010fe7 100644
--- a/src/feature/dirauth/dirauth_options.inc
+++ b/src/feature/dirauth/dirauth_options.inc
@@ -23,7 +23,7 @@ CONF_VAR(AuthDirGuardBWGuarantee, MEMUNIT, 0, "2 MB")
/** Boolean: are we on IPv6? */
CONF_VAR(AuthDirHasIPv6Connectivity, BOOL, 0, "0")
-/** True iff we should list bad exits, * and vote for all other exits as
+/** True iff we should list bad exits, and vote for all other exits as
* good. */
CONF_VAR(AuthDirListBadExits, BOOL, 0, "0")