[tor-commits] [tor/master] Fix 32167: comment in config.c

nickm at torproject.org nickm at torproject.org
Wed Oct 30 20:05:59 UTC 2019


commit 5a1dfca071720ea512796d50ebb0b83630906cb4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 30 16:05:12 2019 -0400

    Fix 32167: comment in config.c
---
 src/app/config/config.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c
index 2f40dd2bb..14376e56a 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -22,7 +22,8 @@
  *
  * To add new items to the torrc, there are a minimum of three places to edit:
  * <ul>
- *   <li>The or_options_t structure in or.h, where the options are stored.
+ *   <li>The or_options_t structure in or_options_st.h, where the options are
+ *       stored.
  *   <li>The option_vars_ array below in this module, which configures
  *       the names of the torrc options, their types, their multiplicities,
  *       and their mappings to fields in or_options_t.



More information about the tor-commits mailing list