diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2012-09-18 15:20:10 -0400 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2012-09-18 16:50:54 -0400 |
commit | 38609f1354104f14bf7dde540b932450ab9a54cc (patch) | |
tree | 4017550f80987537992a1196f61372f9e824b7f9 /src/or/dirvote.c | |
parent | 130e899fbb02d6005e3797dea2099e4033345ebe (diff) | |
download | tor-38609f1354104f14bf7dde540b932450ab9a54cc.tar.gz tor-38609f1354104f14bf7dde540b932450ab9a54cc.zip |
Fix comment typo
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | 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 b1b885cf3e..21ad83663a 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 |