[tor-commits] [tor/master] Fix a function name in a comment in config.c

nickm at torproject.org nickm at torproject.org
Tue Dec 30 14:08:00 UTC 2014


commit 5710b83d5d4939a819e1d254aee21a8fe2688fec
Author: teor <teor2345 at gmail.com>
Date:   Thu Dec 25 22:26:04 2014 +1100

    Fix a function name in a comment in config.c
---
 src/or/config.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/config.c b/src/or/config.c
index e7891a5..376270a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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. */





More information about the tor-commits mailing list