commit 38609f1354104f14bf7dde540b932450ab9a54cc Author: Robert Ransom rransom.8774@gmail.com Date: Tue Sep 18 15:20:10 2012 -0400
Fix comment typo --- src/or/dirvote.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index b1b885c..21ad836 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -1893,7 +1893,7 @@ networkstatus_compute_consensus(smartlist_t *votes, * listed that descriptor will have the same summary. If not then * something is fishy and we'll use the most common one (breaking * ties in favor of lexicographically larger one (only because it - * lets me reuse more existing code. + * lets me reuse more existing code)). * * The other case that can happen is that no authority that voted * for that descriptor has an exit policy summary. That's
tor-commits@lists.torproject.org