aboutsummaryrefslogtreecommitdiff
path: root/src/or/dircollate.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-26 09:53:12 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-26 09:53:12 -0400
commitdd572dac34c0ba9e3c360d462d77a09e4f584511 (patch)
tree11bf5432fc8bd4e5ce6cd7f2aeb6d67352e416b9 /src/or/dircollate.c
parentc81b1358e706da65b5a513bc8fd851c62e0645b0 (diff)
downloadtor-dd572dac34c0ba9e3c360d462d77a09e4f584511.tar.gz
tor-dd572dac34c0ba9e3c360d462d77a09e4f584511.zip
Fix all doxygen warnings (other than missing docs)
Diffstat (limited to 'src/or/dircollate.c')
-rw-r--r--src/or/dircollate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/dircollate.c b/src/or/dircollate.c
index 3648664d44..ed52f0abb0 100644
--- a/src/or/dircollate.c
+++ b/src/or/dircollate.c
@@ -225,12 +225,12 @@ dircollator_collate_by_rsa(dircollator_t *dc)
* entry in <b>dc</b> by ed25519 key and by RSA key.
*
* The rule is, approximately:
- * If a <ed,rsa> identity is listed by more than half of authorities,
- * include it. And include all <rsa>-only votes about that node as
+ * If a (ed,rsa) identity is listed by more than half of authorities,
+ * include it. And include all (rsa)-only votes about that node as
* matching.
*
- * Otherwise, if an <*,rsa> or <rsa> identity is listed by more than
- * half of the authorities, and no <ed,rsa> pair for the same RSA key
+ * Otherwise, if an (*,rsa) or (rsa) identity is listed by more than
+ * half of the authorities, and no (ed,rsa) pair for the same RSA key
* has been already been included based on the rule above, include
* that RSA identity.
*/