[tor-commits] [tor/master] fix a stray asterisk in a comment

nickm at torproject.org nickm at torproject.org
Fri Jan 17 13:37:45 UTC 2020


commit 648e1afc330ca32ad8f0b29c584bf38afefa85ea
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 17 08:25:09 2020 -0500

    fix a stray asterisk in a comment
---
 src/feature/dirauth/dirauth_options.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc
index 575151733..5939010fe 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")
 





More information about the tor-commits mailing list