aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dircache/dircache.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-26 12:07:09 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-26 12:07:09 -0400
commitb314b68d618dc38a974722625061c9450f692875 (patch)
tree2df56c3060508253665177ff7b4e049f5eb31ade /src/feature/dircache/dircache.c
parent68f808604187af539128c79b4fb84099b3e17e4f (diff)
downloadtor-b314b68d618dc38a974722625061c9450f692875.tar.gz
tor-b314b68d618dc38a974722625061c9450f692875.zip
Fix doxygen HTML warnings in src/feature.
Diffstat (limited to 'src/feature/dircache/dircache.c')
-rw-r--r--src/feature/dircache/dircache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c
index 91d5a7e487..795f1b8ed7 100644
--- a/src/feature/dircache/dircache.c
+++ b/src/feature/dircache/dircache.c
@@ -565,7 +565,7 @@ parse_one_diff_hash(uint8_t *digest, const char *hex, const char *location,
}
/** If there is an X-Or-Diff-From-Consensus header included in <b>headers</b>,
- * set <b>digest_out<b> to a new smartlist containing every 256-bit
+ * set <b>digest_out</b> to a new smartlist containing every 256-bit
* hex-encoded digest listed in that header and return 0. Otherwise return
* -1. */
static int
@@ -1384,7 +1384,7 @@ handle_get_hs_descriptor_v2(dir_connection_t *conn,
return 0;
}
-/** Helper function for GET /tor/hs/3/<z>. Only for version 3.
+/** Helper function for GET `/tor/hs/3/...`. Only for version 3.
*/
STATIC int
handle_get_hs_descriptor_v3(dir_connection_t *conn,