diff options
author | Roger Dingledine <arma@torproject.org> | 2022-10-25 02:55:13 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2022-10-25 02:55:13 -0400 |
commit | 2033cc7b5ede662dbee1b0de1850fad731ba491a (patch) | |
tree | f8faa300e5b7de15cc1b4891807f643cd11a3816 /src/feature | |
parent | 28413e75605cc2d05a2a3e4c766bfbe0a47d848d (diff) | |
download | tor-2033cc7b5ede662dbee1b0de1850fad731ba491a.tar.gz tor-2033cc7b5ede662dbee1b0de1850fad731ba491a.zip |
clean up comment a bit
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/dirclient/dirclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirclient/dirclient.c b/src/feature/dirclient/dirclient.c index 4e9c8e2f45..9555714e79 100644 --- a/src/feature/dirclient/dirclient.c +++ b/src/feature/dirclient/dirclient.c @@ -249,7 +249,7 @@ directory_post_to_dirservers(uint8_t dir_purpose, uint8_t router_purpose, continue; if (exclude_self && router_digest_is_me(ds->digest)) { - /* we don't upload to ourselves, but at least there's now at least + /* we don't upload to ourselves, but there's now at least * one authority of this type that has what we wanted to upload. */ found = 1; continue; |