From: Nick Mathewson Date: Fri, 17 Jan 2020 13:25:09 +0000 (-0500) Subject: fix a stray asterisk in a comment X-Git-Tag: tor-0.4.3.1-alpha~17^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648e1afc330ca32ad8f0b29c584bf38afefa85ea;p=thirdparty%2Ftor.git fix a stray asterisk in a comment --- 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")