]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean up comment a bit
authorRoger Dingledine <arma@torproject.org>
Tue, 25 Oct 2022 06:55:13 +0000 (02:55 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 25 Oct 2022 06:55:13 +0000 (02:55 -0400)
src/feature/dirclient/dirclient.c

index 4e9c8e2f45eda8cbdda937b0454de23f31f9efb1..9555714e79161ab22945c743b18b67cd325b4019 100644 (file)
@@ -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;