From 5710b83d5d4939a819e1d254aee21a8fe2688fec Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 25 Dec 2014 22:26:04 +1100 Subject: [PATCH] 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 e7891a5bd3..376270a688 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. */