diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index d30eb1bfa9..621cbaace5 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -977,7 +977,7 @@ server_mode(or_options_t *options) } /** Return true iff the combination of options in <b>options</b> and parameters - * in <b>consensus</b> mean that we don't want to allow exits from circuits + * in the consensus mean that we don't want to allow exits from circuits * we got from addresses not known to be servers. */ int should_refuse_unknown_exits(or_options_t *options) |