commit 8b3580255d7b653cc20476c4294b2e47af351f79
parent 1cc344b277bed85517ddc20b47e697391d58e4cb
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 21 Nov 2017 13:57:48 -0500
Merge remote-tracking branch 'teor/bug24372'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
@@ -519,7 +519,7 @@ compute_routerstatus_consensus(smartlist_t *votes, int consensus_method,
/* compare_vote_rs_() sorts the items by identity digest (all the same),
* then by SD digest. That way, if we have a tie that the published_on
- * date cannot tie, we use the descriptor with the smaller digest.
+ * date cannot break, we use the descriptor with the smaller digest.
*/
smartlist_sort(votes, compare_vote_rs_);
SMARTLIST_FOREACH_BEGIN(votes, vote_routerstatus_t *, rs) {