aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.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/directory.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/directory.c')
-rw-r--r--src/or/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 7d83171f75..a5590fae3e 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -2314,7 +2314,7 @@ directory_dump_request_log(void)
* than half the authorities in a list. They pass this list in
* the url as "...consensus/<b>fpr</b>+<b>fpr</b>+<b>fpr</b>".
*
- * <b>fpr<b/> may be an abbreviated fingerprint, i.e. only a left substring
+ * <b>fpr</b> may be an abbreviated fingerprint, i.e. only a left substring
* of the full authority identity digest. (Only strings of even length,
* i.e. encodings of full bytes, are handled correctly. In the case
* of an odd number of hex digits the last one is silently ignored.)
@@ -3278,7 +3278,7 @@ static const int client_consensus_dl_schedule[] = {
/** Called when an attempt to download <b>dls</b> has failed with HTTP status
* <b>status_code</b>. Increment the failure count (if the code indicates a
- * real failure) and set <b>dls<b>->next_attempt_at to an appropriate time in
+ * real failure) and set <b>dls</b>->next_attempt_at to an appropriate time in
* the future. */
time_t
download_status_increment_failure(download_status_t *dls, int status_code,