]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a function name in a comment in config.c
authorteor <teor2345@gmail.com>
Thu, 25 Dec 2014 11:26:04 +0000 (22:26 +1100)
committerteor <teor2345@gmail.com>
Thu, 25 Dec 2014 13:54:09 +0000 (00:54 +1100)
src/or/config.c

index e7891a5bd3de712d67becc8ca3509dc3c074eb28..376270a688e177583ff1a58bd993d8c52bfe282a 100644 (file)
@@ -1832,7 +1832,7 @@ options_act(const or_options_t *old_options)
                  directory_fetches_dir_info_early(old_options)) ||
         !bool_eq(directory_fetches_dir_info_later(options),
                  directory_fetches_dir_info_later(old_options))) {
-      /* Make sure update_router_have_min_dir_info gets called. */
+      /* Make sure update_router_have_minimum_dir_info() gets called. */
       router_dir_info_changed();
       /* We might need to download a new consensus status later or sooner than
        * we had expected. */