[tor-commits] [tor/master] app/config: Fix a comment typo in config.c

teor at torproject.org teor at torproject.org
Tue Oct 29 02:42:59 UTC 2019


commit 30705e829415bb99da0141f0fde46175cb6b21bd
Author: teor <teor at torproject.org>
Date:   Tue Oct 29 12:40:20 2019 +1000

    app/config: Fix a comment typo in config.c
    
    The options validation is now a callback.
    
    Bugfix on 31241; not in any released version of tor.
---
 src/app/config/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c
index 27b12f562..2f40dd2bb 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -32,7 +32,7 @@
  *
  * Additionally, you might need to edit these places too:
  * <ul>
- *   <li>options_validate() below, in case you want to reject some possible
+ *   <li>options_validate_cb() below, in case you want to reject some possible
  *       values of the new configuration option.
  *   <li>options_transition_allowed() below, in case you need to
  *       forbid some or all changes in the option while Tor is



More information about the tor-commits mailing list