diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-30 16:05:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-30 16:05:48 -0400 |
commit | 5a1dfca071720ea512796d50ebb0b83630906cb4 (patch) | |
tree | e8fe06e23eb84da1deee2d9cf6ddfa3261f60638 | |
parent | 183f9e490ff0aa5100567b1c753456904ca58a45 (diff) | |
download | tor-5a1dfca071720ea512796d50ebb0b83630906cb4.tar.gz tor-5a1dfca071720ea512796d50ebb0b83630906cb4.zip |
Fix 32167: comment in config.c
-rw-r--r-- | src/app/config/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 2f40dd2bb9..14376e56ae 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. |