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:
*
- * - The or_options_t structure in or.h, where the options are stored.
+ *
- The or_options_t structure in or_options_st.h, where the options are
+ * stored.
*
- 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.