[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] app/config: Fix a comment typo in config.c
commit 30705e829415bb99da0141f0fde46175cb6b21bd
Author: teor <teor@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits