diff options
author | Roger Dingledine <arma@torproject.org> | 2016-12-18 04:06:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-12-18 04:06:02 -0500 |
commit | 51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 (patch) | |
tree | f2559f02cb985423fd4d6e7a59387ecba8a389b2 /src/or/routerlist.c | |
parent | f3d056ab16e55ae88a0f9e0808e1576e41949cc6 (diff) | |
download | tor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.tar.gz tor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.zip |
fix typos and trivial syntax problems
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index fb8056c67b..78e7d02ebe 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4585,7 +4585,7 @@ router_exit_policy_rejects_all(const routerinfo_t *router) return router->policy_is_reject_star; } -/** Create an directory server at <b>address</b>:<b>port</b>, with OR identity +/** Create a directory server at <b>address</b>:<b>port</b>, with OR identity * key <b>digest</b> which has DIGEST_LEN bytes. If <b>address</b> is NULL, * add ourself. If <b>is_authority</b>, this is a directory authority. Return * the new directory server entry on success or NULL on failure. */ |