aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
commit55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch)
treec1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/or/dirvote.c
parentdf89748388c3c50f54f988d851626bbe77159d1e (diff)
downloadtor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz
tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 8fe53c7953..a245b36e7a 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -1157,7 +1157,7 @@ networkstatus_compute_consensus(smartlist_t *votes,
/** Given a consensus vote <b>target</b> and a set of detached signatures in
* <b>sigs</b> that correspond to the same consensus, check whether there are
* any new signatures in <b>src_voter_list</b> that should be added to
- * <b>target. (A signature should be added if we have no signature for that
+ * <b>target</b>. (A signature should be added if we have no signature for that
* voter in <b>target</b> yet, or if we have no verifiable signature and the
* new signature is verifiable.) Return the number of signatures added or
* changed, or -1 if the document signed by <b>sigs</b> isn't the same