commit 2033cc7b5ede662dbee1b0de1850fad731ba491a parent 28413e75605cc2d05a2a3e4c766bfbe0a47d848d Author: Roger Dingledine <arma@torproject.org> Date: Tue, 25 Oct 2022 02:55:13 -0400 clean up comment a bit Diffstat:
| M | src/feature/dirclient/dirclient.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;