diff options
author | teor <teor2345@gmail.com> | 2014-12-25 22:26:04 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-12-26 00:54:09 +1100 |
commit | 5710b83d5d4939a819e1d254aee21a8fe2688fec (patch) | |
tree | ba782b11db79abf83ff477909556080d3a6596f6 | |
parent | 0275b687648aa88ffda38e45db1cab1b55010125 (diff) | |
download | tor-5710b83d5d4939a819e1d254aee21a8fe2688fec.tar.gz tor-5710b83d5d4939a819e1d254aee21a8fe2688fec.zip |
Fix a function name in a comment in config.c
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |